T_SWITCH
search(T_SWITCH, 0, lp = globone(cp, G_ERROR));
if (type != T_SWITCH || level != 0)
if (type == T_SWITCH && level == 0)
if (type == T_SWITCH || type == T_BRKSW)
case T_SWITCH:
if (type == T_SWITCH || type == T_BRKSW)
if (type != T_GOTO && (type != T_SWITCH || level != 0))
(type == T_SWITCH && eq(aword, STRdefault)))
case T_SWITCH:
{ "switch", T_SWITCH },
case T_SWITCH:
T_SWITCH T_LPAREN expression T_RPAREN {
%token T_SWITCH
kwdef_keyword( "switch", T_SWITCH),