Searched refs:switch_in_default (Results 1 – 2 of 2) sorted by relevance
285 boolean switch_in_default; member291 boolean switch_in_default; /* if switch exec is currently in default */ member
376 if (ctx->switch_in_default) { in lp_exec_break()518 ctx->switch_stack[ctx->switch_stack_size].switch_in_default = ctx->switch_in_default; in lp_exec_switch()525 ctx->switch_in_default = false; in lp_exec_switch()543 if (ctx->switch_pc && !ctx->switch_in_default) { in lp_exec_endswitch()549 ctx->switch_in_default = true; in lp_exec_endswitch()567 else if (ctx->switch_pc && ctx->switch_in_default) { in lp_exec_endswitch()575 ctx->switch_in_default = ctx->switch_stack[ctx->switch_stack_size].switch_in_default; in lp_exec_endswitch()596 if (!ctx->switch_in_default) { in lp_exec_case()690 ctx->switch_in_default = true; in lp_exec_default()