OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lua_createtable
(Results
1 - 25
of
44
) sorted by null
1
2
/external/syslinux/bios/com32/lua/src/
cmenu.c32
pci.c32
vesa.c32
dhcp.c32
lfs.c32
cpu.c32
dmi.c32
lua.c32
syslinux.c32
/external/syslinux/efi32/com32/lua/src/
cmenu.c32
pci.c32
vesa.c32
dhcp.c32
lfs.c32
cpu.c32
dmi.c32
lua.c32
syslinux.c32
/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)
/external/syslinux/com32/lua/src/
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)
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 */
/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 */
ldblib.c
133
lua_createtable
(L, 0, 2);
Completed in 643 milliseconds
1
2