Searched refs:TK_THEN (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llex.h | 27 TK_RETURN, TK_THEN, TK_TRUE, TK_UNTIL, TK_WHILE, enumerator
|
H A D | lparser.c | 1386 checknext(ls, TK_THEN); in test_then_block()
|
/freebsd/contrib/lua/src/ |
H A D | llex.h | 37 TK_RETURN, TK_THEN, TK_TRUE, TK_UNTIL, TK_WHILE, enumerator
|
H A D | lparser.c | 1646 checknext(ls, TK_THEN); in test_then_block()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 14648 #define TK_THEN 159 macro 172849 #define TK_THEN 159 178274 TK_JOIN_KW, TK_THEN, TK_END, TK_DEFERRABLE, TK_ELSE,
|