HomeSort by: relevance | last modified time | path
    Searched refs:T_SWITCH (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/csh/
init.c 128 { "switch", T_SWITCH },
func.c 358 search(T_SWITCH, 0, lp = globone(cp, G_ERROR));
616 if (type != T_SWITCH || level != 0)
627 if (type == T_SWITCH && level == 0)
653 if (type == T_SWITCH || type == T_BRKSW)
667 case T_SWITCH:
668 if (type == T_SWITCH || type == T_BRKSW)
678 if (type != T_GOTO && (type != T_SWITCH || level != 0))
684 (type == T_SWITCH && eq(aword, STRdefault)))
777 case T_SWITCH:
csh.h 387 #define T_SWITCH 15
parse.c 470 case T_SWITCH:
  /src/usr.bin/xlint/lint1/
cgram.y 324 %token T_SWITCH
2231 T_SWITCH T_LPAREN expression T_RPAREN {
lex.c 182 kwdef_keyword( "switch", T_SWITCH),

Completed in 23 milliseconds