Home
last modified time | relevance | path

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

/external/bc/include/
Dlang.h162 BC_INST_PRINT, enumerator
/external/bc/src/
Ddata.c915 BC_INST_LENGTH, BC_INST_PRINT,
Dprogram.c567 bool pop = (inst != BC_INST_PRINT); in bc_program_print()
609 if (inst == BC_INST_PRINT) in bc_program_print()
1604 bc_program_print(p, BC_INST_PRINT, idx); in bc_program_printStack()
2032 case BC_INST_PRINT: in bc_program_exec()
Dbc_parse.c1172 BcInst prev = BC_INST_PRINT; in bc_parse_expr_err()
1500 if (pfirst || !assign) bc_parse_push(p, BC_INST_PRINT); in bc_parse_expr_err()
/external/toybox/toys/pending/
Dbc.c240 BC_INST_PRINT, enumerator
4185 BcInst prev = BC_INST_PRINT; in bc_parse_expr_err()
4437 if (pfirst || !assign) bc_parse_push(p, BC_INST_PRINT); in bc_parse_expr_err()
4823 int pop = inst != BC_INST_PRINT; in bc_program_print()
4856 if (inst == BC_INST_PRINT) { in bc_program_print()
5540 case BC_INST_PRINT: in bc_program_exec()