lua_createtable   366 lib/lua/lauxlib.c       lua_createtable(L, 0, (*e == '.' ? 1 : szhint)); /* new table for field */
lua_createtable   675 lib/lua/lbaselib.c   lua_createtable(L, 0, 1);  /* new table `w' */
lua_createtable   120 lib/lua/ldblib.c   lua_createtable(L, 0, 2);
lua_createtable   250 lib/lua/ldblib.c     lua_createtable(L, 0, 1);
lua_createtable   616 lib/lua/liolib.c   lua_createtable(L, 0, 1);
lua_createtable   582 lib/lua/loadlib.c     lua_createtable(L, 0, 1); /* create new metatable */
lua_createtable   656 lib/lua/loadlib.c   lua_createtable(L, sizeof(loaders)/sizeof(loaders[0]) - 1, 0);
lua_createtable   154 lib/lua/loslib.c     lua_createtable(L, 0, 9);  /* 9 = number of fields */
lua_createtable   431 lib/lua/loslib.c     lua_createtable(L, 0, 6);  /* = number of fields */
lua_createtable   848 lib/lua/lstrlib.c   lua_createtable(L, 0, 1);  /* create metatable for strings */
lua_createtable   125 lib/lua/lua.c    lua_createtable(L, narg, n + 1);
lua_createtable   181 lib/lua/lua.h  LUA_API void  (lua_createtable) (lua_State *L, int narr, int nrec);
lua_createtable   256 lib/lua/lua.h  #define lua_newtable(L)		lua_createtable(L, 0, 0)
lua_createtable   520 modules/luascript.c       lua_createtable(L, 0, 4);
lua_createtable   581 modules/luascript.c   lua_createtable(L, 0, 12);
lua_createtable  1636 modules/luascript.c   lua_createtable(L, 0, 256);
lua_createtable  1853 modules/luascript.c   lua_createtable(L, 0, 10);
lua_createtable  2326 modules/luascript.c                 lua_createtable(L, 0, configVal.numb);
lua_createtable  2598 modules/luascript.c     lua_createtable(L, 0, 13); // might not always use 13, but doesn't hurt
lua_createtable  3049 modules/luascript.c         lua_createtable(L, 0, 4);
lua_createtable  3117 modules/luascript.c         lua_createtable(L, labelCount, 2);
lua_createtable    60 modules/rawhookops.c     lua_createtable(L, 0, 4);
lua_createtable    63 modules/rawhookops.c         lua_createtable(L, 0, 2);