HomeSort by relevance Sort by last modified time
    Searched defs:LUA_TTABLE (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 83 #define LUA_TTABLE 5
332 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE)
  /external/skia/third_party/lua/src/
lua.h 83 #define LUA_TTABLE 5
332 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE)
  /external/syslinux/com32/lua/src/
lua.h 88 #define LUA_TTABLE 5
337 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE)

Completed in 385 milliseconds