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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 147 struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */
lobject.h 22 #define LUA_TPROTO LUA_NUMTAGS
23 #define LUA_TUPVAL (LUA_NUMTAGS+1)
24 #define LUA_TDEADKEY (LUA_NUMTAGS+2)
lstate.c 303 for (i=0; i < LUA_NUMTAGS; i++) g->mt[i] = NULL;
lua.h 88 #define LUA_NUMTAGS 9
lgc.c 303 for (i=0; i < LUA_NUMTAGS; i++)
    [all...]

Completed in 521 milliseconds