Lines Matching refs:ctx_skip

189     skip_T	ctx_skip;  member
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()
2838 int save_skip = cctx->ctx_skip; in generate_ppconst()
2840 cctx->ctx_skip = SKIP_NOT; in generate_ppconst()
2845 cctx->ctx_skip = save_skip; in generate_ppconst()
4813 if (cctx->ctx_skip == SKIP_YES) in compile_expr7()
4851 if (cctx->ctx_skip != SKIP_YES in compile_expr7()
5247 int save_skip = cctx->ctx_skip; in compile_and_or()
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()
5398 cctx->ctx_skip = save_skip; in compile_and_or()
5479 if (cctx->ctx_skip == SKIP_YES) in compile_expr1()
5501 int save_skip = cctx->ctx_skip; in compile_expr1()
5532 cctx->ctx_skip = save_skip == SKIP_YES || 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()
5627 cctx->ctx_skip = save_skip; 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()
6598 save_skip = cctx->ctx_skip; in has_list_index()
6599 cctx->ctx_skip = SKIP_YES; in has_list_index()
6601 cctx->ctx_skip = save_skip; 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()
7720 skip_T skip_save = cctx->ctx_skip; in compile_if()
7734 if (cctx->ctx_skip == SKIP_YES) in compile_if()
7746 cctx->ctx_skip = v ? SKIP_NOT : SKIP_YES; in compile_if()
7751 cctx->ctx_skip = SKIP_UNKNOWN; in compile_if()
7768 if (cctx->ctx_skip == SKIP_UNKNOWN) in compile_if()
7778 if (cctx->ctx_compile_type == CT_PROFILE && cctx->ctx_skip == SKIP_YES in compile_if()
7783 cctx->ctx_skip = SKIP_NOT; in compile_if()
7785 cctx->ctx_skip = SKIP_YES; in compile_if()
7801 skip_T save_skip = cctx->ctx_skip; in compile_elseif()
7812 if (cctx->ctx_skip == SKIP_NOT) in compile_elseif()
7815 cctx->ctx_skip = SKIP_YES; in compile_elseif()
7828 if (cctx->ctx_skip == SKIP_UNKNOWN) in compile_elseif()
7878 if (cctx->ctx_skip == SKIP_YES) in compile_elseif()
7880 cctx->ctx_skip = SKIP_UNKNOWN; in compile_elseif()
7901 cctx->ctx_skip = save_skip; in compile_elseif()
7919 cctx->ctx_skip = v ? SKIP_NOT : SKIP_YES; in compile_elseif()
7926 cctx->ctx_skip = SKIP_UNKNOWN; in compile_elseif()
7964 if (cctx->ctx_skip == SKIP_NOT in compile_else()
7970 if (cctx->ctx_skip == SKIP_YES && !scope->se_u.se_if.is_seen_skip_not) in compile_else()
7974 cctx->ctx_skip = SKIP_NOT; in compile_else()
7977 cctx->ctx_skip = SKIP_YES; in compile_else()
7985 if (cctx->ctx_skip == SKIP_UNKNOWN) in compile_else()
7993 if (cctx->ctx_skip == SKIP_UNKNOWN) in compile_else()
8004 if (cctx->ctx_skip != SKIP_UNKNOWN) 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()
8047 cctx->ctx_skip = SKIP_NOT; in compile_endif()
8051 cctx->ctx_skip = scope->se_skip_save; 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()