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

  /external/chromium_org/third_party/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;

Completed in 24 milliseconds