Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dbc.h314 ((t) >= BC_INST_VAR && (t) <= BC_INST_SEED && (t) != BC_INST_ARRAY)
317 ((t) >= BC_INST_VAR && (t) <= BC_INST_SCALE && (t) != BC_INST_ARRAY)
H A Dlang.h144 BC_INST_VAR, enumerator
/freebsd/contrib/bc/src/
H A Ddc_parse.c214 inst = assign ? BC_INST_VAR : BC_INST_PUSH_TO_VAR; in dc_parse_token()
H A Dbc_parse.c478 *type = BC_INST_VAR; in bc_parse_name()
480 bc_parse_push(p, BC_INST_VAR); in bc_parse_name()
H A Dprogram.c3284 BC_PROG_LBL(BC_INST_VAR): in bc_program_exec()
3797 if (inst == BC_INST_VAR || inst == BC_INST_ARRAY_ELEM || in bc_program_printInst()