Home
last modified time | relevance | path

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

/external/bc/include/
Dlang.h168 BC_INST_JUMP, enumerator
/external/bc/src/
Dbc_parse.c554 bc_parse_push(p, BC_INST_JUMP); in bc_parse_endBody()
648 bc_parse_push(p, BC_INST_JUMP); in bc_parse_else()
729 bc_parse_push(p, BC_INST_JUMP); in bc_parse_for()
740 bc_parse_push(p, BC_INST_JUMP); in bc_parse_for()
769 bc_parse_push(p, BC_INST_JUMP); in bc_parse_loopExit()
Dprogram.c1861 case BC_INST_JUMP: in bc_program_exec()
1865 if (inst == BC_INST_JUMP || cond) { in bc_program_exec()
/external/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()