Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Ddc_parse.c220 case BC_LEX_LOAD_POP: in dc_parse_token()
222 inst = t == BC_LEX_LOAD_POP ? BC_INST_PUSH_VAR : BC_INST_LOAD; in dc_parse_token()
H A Ddata.c1055 BC_LEX_LOAD, BC_LEX_LOAD_POP, BC_LEX_OP_ASSIGN,
1134 BC_LEX_LOAD_POP,
H A Dbc_parse.c1909 case BC_LEX_LOAD_POP: in bc_parse_stmt()
2477 case BC_LEX_LOAD_POP: in bc_parse_expr_err()
/freebsd/contrib/bc/include/
H A Dlex.h465 BC_LEX_LOAD_POP, enumerator