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

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 325 #define lua_newtable(L) lua_createtable(L, 0, 0) macro
  /external/skia/third_party/lua/src/
lua.h 325 #define lua_newtable(L) lua_createtable(L, 0, 0) macro
  /external/syslinux/com32/lua/src/
lua.h 330 #define lua_newtable(L) lua_createtable(L, 0, 0) macro

Completed in 87 milliseconds