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

  /external/chromium_org/third_party/skia/third_party/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 */
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)
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

Completed in 504 milliseconds