Searched refs:TK_WHILE (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/com32/lua/src/ |
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))
|
D | lparser.c | 1246 check_match(ls, TK_END, TK_WHILE, line); in whilestat() 1541 case TK_WHILE: { /* stat -> whilestat */ in statement()
|
/external/skia/third_party/lua/src/ |
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))
|
D | lparser.c | 1246 check_match(ls, TK_END, TK_WHILE, line); in whilestat() 1541 case TK_WHILE: { /* stat -> whilestat */ in statement()
|