Home
last modified time | relevance | path

Searched refs:TK_ELSE (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/mit/lua/dist/src/
Dllex.h39 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
Dlparser.c794 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/
Dsqlite3.c14605 #define TK_ELSE 160 macro
171348 #define TK_ELSE 160
176704 TK_JOIN_KW, TK_THEN, TK_END, TK_DEFERRABLE, TK_ELSE,