Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c246 BC_INST_JUMP_ZERO, enumerator
3637 bc_parse_push(p, BC_INST_JUMP_ZERO); in bc_parse_if()
3688 bc_parse_push(p, BC_INST_JUMP_ZERO); in bc_parse_while()
3743 bc_parse_push(p, BC_INST_JUMP_ZERO); in bc_parse_for()
5408 case BC_INST_JUMP_ZERO: in bc_program_exec()