Searched refs:lua_createtable (Results 1 – 10 of 10) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | loadlib.c | 657 lua_createtable(L, 0, 1); /* create new metatable */ in ll_seeall() 736 lua_createtable(L, sizeof(searchers)/sizeof(searchers[0]) - 1, 0); in createsearcherstable() 757 lua_createtable(L, 0, 1); /* create metatable for CLIBS */ in createclibstable()
|
| H A D | lua.h | 282 LUA_API void (lua_createtable) (lua_State *L, int narr, int nrec); variable 379 #define lua_newtable(L) lua_createtable(L, 0, 0)
|
| H A D | loslib.c | 254 lua_createtable(L, 0, 9); /* 9 = number of fields */ in os_date()
|
| H A D | lauxlib.h | 122 lua_createtable(L, 0, sizeof(l)/sizeof((l)[0]) - 1)
|
| H A D | ltablib.c | 201 lua_createtable(L, n, 1); /* create result table */ in pack()
|
| H A D | ldblib.c | 366 lua_createtable(L, 0, 2); /* create a hook table */ in db_sethook()
|
| H A D | lua.c | 230 lua_createtable(L, narg, script + 1); in createargtable()
|
| H A D | lauxlib.c | 808 lua_createtable(L, 0, (*e == '.' ? 1 : szhint)); /* new table for field */ in luaL_findtable()
|
| H A D | lstrlib.c | 1522 lua_createtable(L, 0, 1); /* table to be metatable for strings */ in createmetatable()
|
| H A D | lapi.c | 674 LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { in lua_createtable() function
|