HomeSort by: relevance | last modified time | path
    Searched refs:lua_createtable (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mit/lua/dist/src/
loadlib.c 722 lua_createtable(L, sizeof(searchers)/sizeof(searchers[0]) - 1, 0);
739 lua_createtable(L, 0, 1); /* create metatable for CLIBS */
lua.h 292 LUA_API void (lua_createtable) (lua_State *L, int narr, int nrec);
401 #define lua_newtable(L) lua_createtable(L, 0, 0)
lauxlib.h 141 lua_createtable(L, 0, sizeof(l)/sizeof((l)[0]) - 1)
loslib.c 320 lua_createtable(L, 0, 9); /* 9 = number of fields */
ltablib.c 188 lua_createtable(L, n, 1); /* create result table */
lua.c 188 lua_createtable(L, narg, script + 1);
lauxlib.c 325 lua_createtable(L, 0, 2); /* create metatable */
lapi.c 772 LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { function

Completed in 56 milliseconds