Searched refs:T_GOTO (Results 1 – 5 of 5) sorted by relevance
337 search(T_GOTO, 0, lab); in gotolab()603 if (type == T_GOTO) { in search()664 if (type == T_GOTO && getword(aword) && eq(aword, goal)) in search()678 if (type != T_GOTO && (type != T_SWITCH || level != 0)) in search()683 if ((type == T_GOTO && eq(aword, goal)) || in search()769 case T_GOTO: in getword()
124 { "goto", T_GOTO },
382 #define T_GOTO 10 macro
308 %token T_GOTO2325 T_GOTO {
160 kwdef_keyword( "goto", T_GOTO),