Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dbc.c245 BC_INST_JUMP, enumerator
3567 bc_parse_push(p, BC_INST_JUMP); in bc_parse_endBody()
3667 bc_parse_push(p, BC_INST_JUMP); in bc_parse_else()
3758 bc_parse_push(p, BC_INST_JUMP); in bc_parse_for()
3772 bc_parse_push(p, BC_INST_JUMP); in bc_parse_for()
3805 bc_parse_push(p, BC_INST_JUMP); in bc_parse_loopExit()
5432 case BC_INST_JUMP: in bc_program_exec()
5437 if (inst == BC_INST_JUMP || cond) ip->idx = *addr; in bc_program_exec()