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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 607 lua_createtable(L, 0, 1); /* create new metatable */
680 lua_createtable(L, sizeof(searchers)/sizeof(searchers[0]) - 1, 0);
693 lua_createtable(L, 0, 1); /* metatable for CLIBS */
loslib.c 208 lua_createtable(L, 0, 9); /* 9 = number of fields */
ltablib.c 121 lua_createtable(L, n, 1); /* create result table */
ldblib.c 133 lua_createtable(L, 0, 2);
lua.c 201 lua_createtable(L, narg, n + 1);
lauxlib.c 778 lua_createtable(L, 0, (*e == '.' ? 1 : szhint)); /* new table for field */
lstrlib.c 1000 lua_createtable(L, 0, 1); /* table to be metatable for strings */
lapi.c 673 LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { function
  /external/syslinux/com32/lua/src/
loadlib.c 656 lua_createtable(L, 0, 1); /* create new metatable */
757 lua_createtable(L, sizeof(searchers)/sizeof(searchers[0]) - 1, 0);
770 lua_createtable(L, 0, 1); /* metatable for CLIBS */
lua.h 234 LUA_API void (lua_createtable) (lua_State *L, int narr, int nrec);
330 #define lua_newtable(L) lua_createtable(L, 0, 0)
lauxlib.h 109 lua_createtable(L, 0, sizeof(l)/sizeof((l)[0]) - 1)
loslib.c 213 lua_createtable(L, 0, 9); /* 9 = number of fields */
ltablib.c 121 lua_createtable(L, n, 1); /* create result table */
ldblib.c 133 lua_createtable(L, 0, 2);
lua.c 208 lua_createtable(L, narg, n + 1);
lauxlib.c 780 lua_createtable(L, 0, (*e == '.' ? 1 : szhint)); /* new table for field */
lstrlib.c 1000 lua_createtable(L, 0, 1); /* table to be metatable for strings */
lapi.c 673 LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { function
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 229 LUA_API void (lua_createtable) (lua_State *L, int narr, int nrec);
325 #define lua_newtable(L) lua_createtable(L, 0, 0)
lauxlib.h 109 lua_createtable(L, 0, sizeof(l)/sizeof((l)[0]) - 1)

Completed in 294 milliseconds