Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dlang.h177 BC_INST_LENGTH, enumerator
/freebsd/contrib/bc/src/
H A Ddc_parse.c251 bc_parse_push(p, BC_INST_LENGTH); in dc_parse_token()
H A Ddata.c1194 BC_INST_LENGTH, BC_INST_PRINT,
H A Dprogram.c1956 bool len = (inst == BC_INST_LENGTH); in bc_program_builtin()
1960 assert(inst >= BC_INST_LENGTH && inst <= BC_INST_IRAND); in bc_program_builtin()
1962 assert(inst >= BC_INST_LENGTH && inst <= BC_INST_IS_STRING); in bc_program_builtin()
3321 BC_PROG_LBL(BC_INST_LENGTH): in bc_program_exec()
H A Dbc_parse.c549 *prev = type - BC_LEX_KW_LENGTH + BC_INST_LENGTH; in bc_parse_builtin()