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

  /src/bin/csh/
init.c 118 { "else", T_ELSE },
func.c 309 search(T_ELSE, 0, NULL);
630 case T_ELSE:
649 if (type == T_IF || type == T_ELSE)
659 if ((type == T_IF || type == T_ELSE) &&
766 case T_ELSE:
csh.h 376 #define T_ELSE 4
parse.c 460 case T_ELSE:
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 203 %token T_IF T_ELSE T_ELSE_IF T_ENDIF
1066 | T_ELSE T_IF T_CEXPR '{'
1080 || last_scope->type == T_ELSE) {
1091 | T_ELSE '{'
  /src/usr.bin/xlint/lint1/
cgram.y 316 %token T_ELSE
331 %left T_ELSE
2199 | if_without_else T_ELSE {
2206 | if_without_else T_ELSE error {
lex.c 151 kwdef_keyword( "else", T_ELSE),

Completed in 16 milliseconds