Lines Matching refs:SKIP_YES

29     SKIP_YES,		// condition is a constant, do NOT produce code  enumerator
537 #define RETURN_NULL_IF_SKIP(cctx) if (cctx->ctx_skip == SKIP_YES) return NULL
538 #define RETURN_OK_IF_SKIP(cctx) if (cctx->ctx_skip == SKIP_YES) return OK
1206 if (cctx->ctx_skip == SKIP_YES) in generate_PUSHS()
1705 if (cctx->ctx_skip == SKIP_YES) in generate_NEWFUNC()
4813 if (cctx->ctx_skip == SKIP_YES) in compile_expr7()
4851 if (cctx->ctx_skip != SKIP_YES in compile_expr7()
5297 cctx->ctx_skip = SKIP_YES; in compile_and_or()
5327 if (cctx->ctx_skip != SKIP_YES) in compile_and_or()
5374 if (cctx->ctx_skip != SKIP_YES && ppconst->pp_used == 0) in compile_and_or()
5479 if (cctx->ctx_skip == SKIP_YES) in compile_expr1()
5532 cctx->ctx_skip = save_skip == SKIP_YES || in compile_expr1()
5533 (op_falsy ? const_value : !const_value) ? SKIP_YES : SKIP_NOT; in compile_expr1()
5535 if (op_falsy && cctx->ctx_skip == SKIP_YES) in compile_expr1()
5604 cctx->ctx_skip = save_skip == SKIP_YES || const_value in compile_expr1()
5605 ? SKIP_YES : SKIP_NOT; in compile_expr1()
5696 if (cctx->ctx_skip != SKIP_YES) in compile_return()
5743 if (cctx->ctx_skip != SKIP_YES && generate_instr(cctx, ISN_RETURN) == NULL) in compile_return()
6315 if (cctx->ctx_skip != SKIP_YES) in compile_lhs()
6471 && cctx->ctx_skip != SKIP_YES) in compile_lhs()
6599 cctx->ctx_skip = SKIP_YES; in has_list_index()
6952 if (cctx->ctx_skip != SKIP_YES) in compile_assignment()
6981 if (cctx->ctx_skip != SKIP_YES) in compile_assignment()
7045 if (cctx->ctx_skip == SKIP_YES) in compile_assignment()
7246 if (cctx->ctx_skip == SKIP_YES) in compile_assignment()
7457 if (cctx->ctx_skip == SKIP_YES) in compile_unlet()
7527 if (cctx->ctx_skip == SKIP_YES) in compile_lock_unlock()
7734 if (cctx->ctx_skip == SKIP_YES) in compile_if()
7746 cctx->ctx_skip = v ? SKIP_NOT : SKIP_YES; in compile_if()
7778 if (cctx->ctx_compile_type == CT_PROFILE && cctx->ctx_skip == SKIP_YES in compile_if()
7779 && skip_save != SKIP_YES) in compile_if()
7785 cctx->ctx_skip = SKIP_YES; in compile_if()
7815 cctx->ctx_skip = SKIP_YES; in compile_elseif()
7878 if (cctx->ctx_skip == SKIP_YES) in compile_elseif()
7907 if (scope->se_skip_save == SKIP_YES) in compile_elseif()
7919 cctx->ctx_skip = v ? SKIP_NOT : SKIP_YES; in compile_elseif()
7970 if (cctx->ctx_skip == SKIP_YES && !scope->se_u.se_if.is_seen_skip_not) in compile_else()
7977 cctx->ctx_skip = SKIP_YES; in compile_else()
7982 if (!scope->se_u.se_if.is_seen_skip_not && scope->se_skip_save != SKIP_YES) in compile_else()
8005 cctx->ctx_skip = cctx->ctx_skip == SKIP_YES ? SKIP_NOT : SKIP_YES; in compile_else()
8044 if (cctx->ctx_compile_type == CT_PROFILE && cctx->ctx_skip == SKIP_YES in compile_endif()
8045 && scope->se_skip_save != SKIP_YES) in compile_endif()
8162 if (cctx->ctx_skip != SKIP_YES) in compile_for()
8341 if (cctx->ctx_skip != SKIP_YES) in compile_endfor()
8399 if (cctx->ctx_skip != SKIP_YES) in compile_while()
8433 if (cctx->ctx_skip != SKIP_YES) in compile_endwhile()
8602 if (cctx->ctx_skip != SKIP_YES) in compile_try()
8658 if (cctx->ctx_skip != SKIP_YES) in compile_catch()
8740 if (cctx->ctx_skip != SKIP_YES && generate_instr(cctx, ISN_CATCH) == NULL) in compile_catch()
8771 if (cctx->ctx_skip != SKIP_YES) in compile_finally()
8851 if (cctx->ctx_skip != SKIP_YES) in compile_endtry()
8885 if (cctx->ctx_skip != SKIP_YES) in compile_endtry()
8890 if (cctx->ctx_skip != SKIP_YES in compile_endtry()
8911 if (cctx->ctx_skip == SKIP_YES) in compile_throw()
8974 if (cctx->ctx_skip != SKIP_YES) in compile_mult_expr()
9089 if (cctx->ctx_skip == SKIP_YES) in compile_exec()
9279 if (cctx->ctx_skip != SKIP_YES) in compile_script()
9724 if (cctx.ctx_skip != SKIP_YES) in compile_def_function()
9752 && cctx.ctx_skip != SKIP_YES) in compile_def_function()
9761 && cctx.ctx_skip != SKIP_YES) in compile_def_function()
9893 if (cctx.ctx_skip != SKIP_YES) in compile_def_function()
9933 if (cctx.ctx_skip == SKIP_YES && ea.cmdidx != CMD_eval) in compile_def_function()
10094 if (cctx.ctx_skip == SKIP_YES) in compile_def_function()
10133 if (cctx.ctx_skip != SKIP_YES) in compile_def_function()