Home
last modified time | relevance | path

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

/external/bc/include/
Dlang.h180 BC_INST_POP, enumerator
/external/bc/src/
Ddata.c932 BC_INST_STACK_LEN, BC_INST_DUPLICATE, BC_INST_SWAP, BC_INST_POP,
Dbc_parse.c1506 bc_parse_push(p, BC_INST_POP); in bc_parse_expr_err()
Dprogram.c2106 case BC_INST_POP: in bc_program_exec()
/external/toybox/toys/pending/
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()