Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c226 BC_INST_VAR, enumerator
524 ((t) >= BC_INST_VAR && (t) <= BC_INST_SCALE && (t) != BC_INST_ARRAY)
3295 *type = BC_INST_VAR; in bc_parse_name()
3296 bc_parse_push(p, BC_INST_VAR); in bc_parse_name()
5480 case BC_INST_VAR: in bc_program_exec()