Searched refs:TK_ELSE (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llex.h | 25 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
H A D | lparser.c | 592 case TK_ELSE: case TK_ELSEIF: in block_follow() 1406 if (ls->t.token == TK_ELSE || in test_then_block() 1420 if (testnext(ls, TK_ELSE)) in ifstat()
|
/freebsd/contrib/lua/src/ |
H A D | llex.h | 35 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
H A D | lparser.c | 790 case TK_ELSE: case TK_ELSEIF: in block_follow() 1668 if (ls->t.token == TK_ELSE || in test_then_block() 1682 if (testnext(ls, TK_ELSE)) in ifstat()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 14649 #define TK_ELSE 160 macro 172850 #define TK_ELSE 160 178274 TK_JOIN_KW, TK_THEN, TK_END, TK_DEFERRABLE, TK_ELSE,
|