Lines Matching refs:jump
3220 jumpwhen_T when = iptr->isn_arg.jump.jump_when; in exec_instructions()
3222 int jump = TRUE; in exec_instructions() local
3232 jump = tv_get_bool_chk(tv, &error); in exec_instructions()
3237 jump = tv2bool(tv); in exec_instructions()
3241 jump = !jump; in exec_instructions()
3242 if (when == JUMP_IF_FALSE || !jump) in exec_instructions()
3249 if (jump) in exec_instructions()
3250 ectx->ec_iidx = iptr->isn_arg.jump.jump_where; in exec_instructions()
5486 switch (iptr->isn_arg.jump.jump_when) in list_instructions()
5511 iptr->isn_arg.jump.jump_where); in list_instructions()
5518 iptr->isn_arg.jump.jump_where); in list_instructions()