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

  /src/external/mit/lua/dist/src/
ltable.h 52 LUAI_FUNC Table *luaH_new (lua_State *L);
lstate.c 222 Table *registry = luaH_new(L);
228 sethvalue(L, &registry->array[LUA_RIDX_GLOBALS - 1], luaH_new(L));
ldebug.c 304 Table *t = luaH_new(L); /* new table to store active lines */
ltable.c 636 Table *luaH_new (lua_State *L) {
lapi.c 775 t = luaH_new(L);
lparser.c 1963 lexstate.h = luaH_new(L); /* create table for scanner */
lvm.c 1461 t = luaH_new(L); /* memory allocation */

Completed in 23 milliseconds