Home
last modified time | relevance | path

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

/dports/math/gh-bc/bc-5.2.1/include/
H A Dlang.h258 BC_INST_POP, enumerator
/dports/math/gh-bc/bc-5.2.1/src/
H A Ddata.c1190 BC_INST_POP,
H A Dbc_parse.c2290 bc_parse_push(p, BC_INST_POP); in bc_parse_expr_err()
H A Dprogram.c3055 BC_PROG_LBL(BC_INST_POP): in bc_program_exec()
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dbc.c256 BC_INST_POP, enumerator
3721 if (!s) bc_parse_push(p, BC_INST_POP); in bc_parse_for()
3765 if (!s) bc_parse_push(p, BC_INST_POP); in bc_parse_for()
4438 bc_parse_push(p, BC_INST_POP); in bc_parse_expr_err()
5534 case BC_INST_POP: in bc_program_exec()