Searched refs:TK_FOR (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/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 | 1372 check_match(ls, TK_END, TK_FOR, line); in forstat() 1555 case TK_FOR: { /* stat -> forstat */ in statement()
|
| /freebsd-14.2/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 | 1633 check_match(ls, TK_END, TK_FOR, line); in forstat() 1867 case TK_FOR: { /* stat -> forstat */ in statement()
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 14551 #define TK_FOR 62 macro 172752 #define TK_FOR 62 178272 TK_FOR, TK_IGNORE, TK_LIKE_KW, TK_EXPLAIN, TK_INSTEAD,
|