Searched refs:TK_DO (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 | 1246 checknext(ls, TK_DO); in whilestat() 1292 checknext(ls, TK_DO); in forbody() 1549 case TK_DO: { /* stat -> DO block END */ in statement() 1552 check_match(ls, TK_END, TK_DO, line); in statement()
|
/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 | 1478 checknext(ls, TK_DO); in whilestat() 1551 checknext(ls, TK_DO); in forbody() 1861 case TK_DO: { /* stat -> DO block END */ in statement() 1864 check_match(ls, TK_END, TK_DO, line); in statement()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 14550 #define TK_DO 61 macro 172751 #define TK_DO 61 178298 TK_VIEW, TK_WINDOW, TK_DO, TK_BY, TK_INITIALLY,
|