Home
last modified time | relevance | path

Searched refs:BC_INST_PRINT_STR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bc/include/
H A Dlang.h238 BC_INST_PRINT_STR, enumerator
/freebsd/contrib/bc/src/
H A Dprogram.c1004 assert(inst != BC_INST_PRINT_STR); in bc_program_print()
1022 if (inst == BC_INST_PRINT_STR) bc_program_printChars(str); in bc_program_print()
3422 BC_PROG_LBL(BC_INST_PRINT_STR): in bc_program_exec()
H A Dbc_parse.c1762 bc_parse_str(p, BC_INST_PRINT_STR); in bc_parse_stmt()