Searched refs:BC_INST_PRINT (Results 1 – 5 of 5) sorted by relevance
/external/bc/include/ |
D | lang.h | 148 BC_INST_PRINT, enumerator
|
/external/bc/src/ |
D | data.c | 842 BC_INST_IBASE, BC_INST_OBASE, BC_INST_SCALE, BC_INST_LENGTH, BC_INST_PRINT,
|
D | program.c | 541 bool pop = (inst != BC_INST_PRINT); in bc_program_print() 579 if (inst == BC_INST_PRINT) bc_vm_putchar('\n'); in bc_program_print() 1534 s = bc_program_print(p, BC_INST_PRINT, idx); in bc_program_printStack() 1880 case BC_INST_PRINT: in bc_program_exec()
|
/external/bc/src/bc/ |
D | parse.c | 1261 BcInst prev = BC_INST_PRINT; in bc_parse_expr_err() 1570 if (pfirst || !assign) bc_parse_push(p, BC_INST_PRINT); in bc_parse_expr_err()
|
/external/toybox/toys/pending/ |
D | bc.c | 240 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()
|