HomeSort by relevance Sort by last modified time
    Searched refs:FIRST_RESERVED (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llex.h 14 #define FIRST_RESERVED 257
24 TK_AND = FIRST_RESERVED, TK_BREAK,
34 #define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
llex.c 76 if (token < FIRST_RESERVED) { /* single-byte symbols? */
82 const char *s = luaX_tokens[token - FIRST_RESERVED];
498 return ts->tsv.extra - 1 + FIRST_RESERVED;
  /external/skia/third_party/lua/src/
llex.h 14 #define FIRST_RESERVED 257
24 TK_AND = FIRST_RESERVED, TK_BREAK,
34 #define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
llex.c 76 if (token < FIRST_RESERVED) { /* single-byte symbols? */
82 const char *s = luaX_tokens[token - FIRST_RESERVED];
495 return ts->tsv.extra - 1 + FIRST_RESERVED;
  /external/syslinux/com32/lua/src/
llex.h 14 #define FIRST_RESERVED 257
24 TK_AND = FIRST_RESERVED, TK_BREAK,
34 #define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
llex.c 80 if (token < FIRST_RESERVED) { /* single-byte symbols? */
86 const char *s = luaX_tokens[token - FIRST_RESERVED];
502 return ts->tsv.extra - 1 + FIRST_RESERVED;

Completed in 518 milliseconds