Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c192 BC_INST_INC_POST = 0, enumerator
3053 t == BC_INST_INC_POST || t == BC_INST_DEC_POST; in bc_parse_inst_isLeaf()
3389 *prev = inst = BC_INST_INC_POST + (p->l.t != BC_LEX_OP_INC); in bc_parse_incdec()
5102 if (inst == BC_INST_INC_POST || inst == BC_INST_DEC_POST) { in bc_program_incdec()
5113 if (inst == BC_INST_INC_POST || inst == BC_INST_DEC_POST) { in bc_program_incdec()
5433 case BC_INST_INC_POST: in bc_program_exec()