Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dlang.h310 BC_INST_LOAD, enumerator
/freebsd/contrib/bc/src/
H A Ddc_parse.c222 inst = t == BC_LEX_LOAD_POP ? BC_INST_PUSH_VAR : BC_INST_LOAD; in dc_parse_token()
H A Dprogram.c3643 BC_PROG_LBL(BC_INST_LOAD): in bc_program_exec()
3647 bool copy = (inst == BC_INST_LOAD); in bc_program_exec()