Home
last modified time | relevance | path

Searched refs:TK_WHILE (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/lua/src/
Dllex.h27 TK_RETURN, TK_THEN, TK_TRUE, TK_UNTIL, TK_WHILE, enumerator
34 #define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
Dlparser.c1246 check_match(ls, TK_END, TK_WHILE, line); in whilestat()
1541 case TK_WHILE: { /* stat -> whilestat */ in statement()
/external/skia/third_party/lua/src/
Dllex.h27 TK_RETURN, TK_THEN, TK_TRUE, TK_UNTIL, TK_WHILE, enumerator
34 #define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
Dlparser.c1246 check_match(ls, TK_END, TK_WHILE, line); in whilestat()
1541 case TK_WHILE: { /* stat -> whilestat */ in statement()