Home
last modified time | relevance | path

Searched refs:luaH_free (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.h34 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
H A Dltable.c379 void luaH_free (lua_State *L, Table *t) { in luaH_free() function
H A Dlgc.c675 case LUA_TTABLE: luaH_free(L, gco2t(o)); break; in freeobj()
/freebsd-12.1/contrib/lua/src/
H A Dltable.h55 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
H A Dltable.c433 void luaH_free (lua_State *L, Table *t) { in luaH_free() function
H A Dlgc.c708 case LUA_TTABLE: luaH_free(L, gco2t(o)); break; in freeobj()