Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c225 BC_INST_NUM, enumerator
426 #define bc_parse_number(p)(bc_parse_addId((p), BC_INST_NUM))
2988 BcVec *v = inst == BC_INST_NUM ? &f->consts : &f->strs; in bc_parse_addId()
3052 return (t >= BC_INST_NUM && t <= BC_INST_ABS) || in bc_parse_inst_isLeaf()
4314 prev = BC_INST_NUM; in bc_parse_expr_err()
5510 case BC_INST_NUM: in bc_program_exec()