Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dlang.h234 BC_INST_PRINT, enumerator
/freebsd/contrib/bc/src/
H A Ddata.c1194 BC_INST_LENGTH, BC_INST_PRINT,
H A Dprogram.c957 bool pop = (inst != BC_INST_PRINT); in bc_program_print()
1019 if (inst == BC_INST_PRINT) bc_vm_putchar('\n', bc_flush_err); in bc_program_print()
2665 bc_program_print(p, BC_INST_PRINT, idx); in bc_program_printStack()
3375 BC_PROG_LBL(BC_INST_PRINT): in bc_program_exec()
H A Dbc_parse.c2000 BcInst prev = BC_INST_PRINT; in bc_parse_expr_err()
2567 if (pfirst || !assign) bc_parse_push(p, BC_INST_PRINT); in bc_parse_expr_err()