Searched refs:TK_ELSE (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | llex.h | 29 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
D | lparser.c | 589 case TK_ELSE: case TK_ELSEIF: in block_follow() 1410 if (ls->t.token == TK_ELSE || in test_then_block() 1424 if (testnext(ls, TK_ELSE)) in ifstat()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 12672 #define TK_ELSE 139 macro 142324 TK_JOIN_KW, TK_THEN, TK_END, TK_DEFERRABLE, TK_ELSE,
|
/external/sqlite/dist/ |
D | sqlite3.c | 12672 #define TK_ELSE 139 macro 142340 TK_JOIN_KW, TK_THEN, TK_END, TK_DEFERRABLE, TK_ELSE,
|