Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c228 BC_INST_ARRAY, enumerator
524 ((t) >= BC_INST_VAR && (t) <= BC_INST_SCALE && (t) != BC_INST_ARRAY)
3260 *type = BC_INST_ARRAY; in bc_parse_name()
5064 if (inst == BC_INST_ARRAY) { in bc_program_pushArray()
5487 case BC_INST_ARRAY: in bc_program_exec()