Searched refs:TK_WHILE (Results 1 – 4 of 4) 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 34 #define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
|
H A D | lparser.c | 1249 check_match(ls, TK_END, TK_WHILE, line); in whilestat() 1545 case TK_WHILE: { /* stat -> whilestat */ in statement()
|
/freebsd/contrib/lua/src/ |
H A D | llex.h | 37 TK_RETURN, TK_THEN, TK_TRUE, TK_UNTIL, TK_WHILE, enumerator 46 #define NUM_RESERVED (cast_int(TK_WHILE-FIRST_RESERVED + 1))
|
H A D | lparser.c | 1481 check_match(ls, TK_END, TK_WHILE, line); in whilestat() 1857 case TK_WHILE: { /* stat -> whilestat */ in statement()
|