Searched refs:TK_WHILE (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llex.h | 29 TK_RETURN, TK_THEN, TK_TRUE, TK_UNTIL, TK_WHILE, enumerator 36 #define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
|
| H A D | lparser.c | 1004 check_match(ls, TK_END, TK_WHILE, line); in whilestat() 1278 case TK_WHILE: { /* stat -> whilestat */ in statement()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | llex.h | 28 TK_RETURN, TK_THEN, TK_TRUE, TK_UNTIL, TK_WHILE, enumerator 35 #define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
|
| H A D | lparser.c | 1250 check_match(ls, TK_END, TK_WHILE, line); in whilestat() 1546 case TK_WHILE: { /* stat -> whilestat */ in statement()
|