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

  /src/bin/csh/
init.c 125 { "if", T_IF },
func.c 274 search(T_IF, 0, NULL);
631 if (level == 0 && type == T_IF)
649 if (type == T_IF || type == T_ELSE)
656 case T_IF:
659 if ((type == T_IF || type == T_ELSE) &&
773 case T_IF:
csh.h 383 #define T_IF 11
parse.c 467 case T_IF:
  /src/sys/dev/microcode/aic7xxx/
aicasm_scan.l 107 return T_IF;
aicasm_gram.y 203 %token T_IF T_ELSE T_ELSE_IF T_ENDIF
1056 T_IF T_CEXPR '{'
1066 | T_ELSE T_IF T_CEXPR '{'
  /src/usr.bin/xlint/lint1/
cgram.y 320 %token T_IF
2226 T_IF T_LPAREN expression T_RPAREN {
lex.c 161 kwdef_keyword( "if", T_IF),

Completed in 40 milliseconds