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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.c 17 LUAI_DDEF const char *const luaP_opnames[NUM_OPCODES+1] = {
64 LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
ltm.c 24 LUAI_DDEF const char *const luaT_typenames_[LUA_TOTALTAGS] = {
luaconf.h 166 @@ LUAI_DDEF and LUAI_DDEC are marks for all extern (const) variables
167 @* that are not to be exported to outside modules (LUAI_DDEF for
181 #define LUAI_DDEF /* empty */
186 #define LUAI_DDEF /* empty */
lctype.c 16 LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = {
lobject.c 28 LUAI_DDEF const TValue luaO_nilobject_ = {NILCONSTANT};

Completed in 52 milliseconds