HomeSort by relevance Sort by last modified time
    Searched full:lua_createtable (Results 26 - 44 of 44) sorted by null

12

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loslib.c 208 lua_createtable(L, 0, 9); /* 9 = number of fields */
ltablib.c 121 lua_createtable(L, n, 1); /* create result table */
lua.c 201 lua_createtable(L, narg, n + 1);
lapi.c 673 LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { function
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 */
  /external/syslinux/bios/com32/lua/src/
liblua.c32 
  /external/syslinux/com32/lua/src/
ldblib.c 133 lua_createtable(L, 0, 2);
loslib.c 213 lua_createtable(L, 0, 9); /* 9 = number of fields */
ltablib.c 121 lua_createtable(L, n, 1); /* create result table */
lua.c 208 lua_createtable(L, narg, n + 1);
lapi.c 673 LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { function
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 */
  /external/syslinux/efi32/com32/lua/src/
liblua.c32 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/doc/
contents.html 342 <A HREF="manual.html#lua_createtable">lua_createtable</A><BR>
manual.html     [all...]
  /external/syslinux/com32/lua/doc/
contents.html 342 <A HREF="manual.html#lua_createtable">lua_createtable</A><BR>
manual.html     [all...]

Completed in 622 milliseconds

12