Searched refs:TK_FOR (Results 1 – 5 of 5) sorted by relevance
| /src/sys/contrib/openzfs/module/lua/ |
| H A D | llex.h | 26 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
| H A D | lparser.c | 1373 check_match(ls, TK_END, TK_FOR, line); in forstat() 1556 case TK_FOR: { /* stat -> forstat */ in statement()
|
| /src/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 | 1632 check_match(ls, TK_END, TK_FOR, line); in forstat() 1866 case TK_FOR: { /* stat -> forstat */ in statement()
|
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 14922 #define TK_FOR 63 macro 175582 #define TK_FOR 63 181145 TK_FOR, TK_IGNORE, TK_LIKE_KW, TK_EXPLAIN, TK_INSTEAD,
|