Searched refs:switch_in_default (Results 1 – 3 of 3) sorted by relevance
79 boolean switch_in_default; member85 boolean switch_in_default; /* if switch exec is currently in default */ member
159 ctx->switch_stack[ctx->switch_stack_size].switch_in_default = ctx->switch_in_default; in lp_exec_switch()166 ctx->switch_in_default = false; in lp_exec_switch()184 if (ctx->switch_pc && !ctx->switch_in_default) { in lp_exec_endswitch()190 ctx->switch_in_default = true; in lp_exec_endswitch()208 else if (ctx->switch_pc && ctx->switch_in_default) { in lp_exec_endswitch()216 ctx->switch_in_default = ctx->switch_stack[ctx->switch_stack_size].switch_in_default; in lp_exec_endswitch()237 if (!ctx->switch_in_default) { in lp_exec_case()333 ctx->switch_in_default = true; in lp_exec_default()
440 if (ctx->switch_in_default) { in lp_exec_break()