Home
last modified time | relevance | path

Searched refs:BC_INST_RET (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/bc/src/
HDbc.c53 vm->read_ret = BC_INST_RET; in bc_main()
HDprogram.c1876 assert(BC_PROG_STACK(&p->results, ip->len + (inst == BC_INST_RET))); in bc_program_return()
1884 if (inst == BC_INST_RET) in bc_program_return()
3194 BC_PROG_LBL(BC_INST_RET): in bc_program_exec()
HDbc_parse.c928 else bc_parse_push(p, BC_INST_RET); in bc_parse_return()
/freebsd-head/contrib/bc/include/
HDlang.h251 BC_INST_RET, enumerator