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

  /src/bin/csh/
init.c 124 { "goto", T_GOTO },
func.c 337 search(T_GOTO, 0, lab);
603 if (type == T_GOTO) {
664 if (type == T_GOTO && getword(aword) && eq(aword, goal))
678 if (type != T_GOTO && (type != T_SWITCH || level != 0))
683 if ((type == T_GOTO && eq(aword, goal)) ||
769 case T_GOTO:
csh.h 382 #define T_GOTO 10
  /src/usr.bin/xlint/lint1/
cgram.y 319 %token T_GOTO
2340 T_GOTO {
lex.c 160 kwdef_keyword( "goto", T_GOTO),

Completed in 124 milliseconds