Searched refs:TK_ELSE (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/mit/lua/dist/src/ |
| D | llex.h | 39 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
| D | lparser.c | 794 case TK_ELSE: case TK_ELSEIF: in block_follow() 1682 if (ls->t.token == TK_ELSE || in test_then_block() 1696 if (testnext(ls, TK_ELSE)) in ifstat()
|
| /netbsd/src/external/public-domain/sqlite/dist/ |
| D | sqlite3.c | 14605 #define TK_ELSE 160 macro 171348 #define TK_ELSE 160 176704 TK_JOIN_KW, TK_THEN, TK_END, TK_DEFERRABLE, TK_ELSE,
|