Home
last modified time | relevance | path

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

/dports/math/gh-bc/bc-5.2.1/src/
H A Dbc.c52 vm.read_ret = BC_INST_RET; in bc_main()
H A Dprogram.c1735 assert(BC_PROG_STACK(&p->results, ip->len + (inst == BC_INST_RET))); in bc_program_return()
1743 if (inst == BC_INST_RET) { in bc_program_return()
2816 BC_PROG_LBL(BC_INST_RET): in bc_program_exec()
H A Dbc_parse.c866 else bc_parse_push(p, BC_INST_RET); in bc_parse_return()
/dports/math/gh-bc/bc-5.2.1/include/
H A Dlang.h245 BC_INST_RET, enumerator
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dbc.c250 BC_INST_RET, enumerator
3528 bc_parse_push(p, BC_INST_RET); in bc_parse_return()
4780 bc_vec_pushByte(&f->code, BC_INST_RET); in bc_program_read()
5211 if (inst == BC_INST_RET) { in bc_program_return()
5462 case BC_INST_RET: in bc_program_exec()