Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c245 BC_INST_JUMP, enumerator
3565 bc_parse_push(p, BC_INST_JUMP); in bc_parse_endBody()
3654 bc_parse_push(p, BC_INST_JUMP); in bc_parse_else()
3745 bc_parse_push(p, BC_INST_JUMP); in bc_parse_for()
3759 bc_parse_push(p, BC_INST_JUMP); in bc_parse_for()
3792 bc_parse_push(p, BC_INST_JUMP); in bc_parse_loopExit()
5416 case BC_INST_JUMP: in bc_program_exec()
5421 if (inst == BC_INST_JUMP || cond) ip->idx = *addr; in bc_program_exec()