Home
last modified time | relevance | path

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

/dports/math/gh-bc/bc-5.2.1/include/
H A Dlang.h228 BC_INST_PRINT, enumerator
/dports/math/gh-bc/bc-5.2.1/src/
H A Ddata.c1167 BC_INST_LENGTH, BC_INST_PRINT,
H A Dprogram.c876 bool pop = (inst != BC_INST_PRINT); in bc_program_print()
934 if (inst == BC_INST_PRINT) in bc_program_print()
2404 bc_program_print(p, BC_INST_PRINT, idx); in bc_program_printStack()
2972 BC_PROG_LBL(BC_INST_PRINT): in bc_program_exec()
H A Dbc_parse.c1819 BcInst prev = BC_INST_PRINT; in bc_parse_expr_err()
2282 if (pfirst || !assign) bc_parse_push(p, BC_INST_PRINT); in bc_parse_expr_err()
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A 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()