Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dltable.h35 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.c674 case LUA_TTABLE: luaH_free(L, gco2t(o)); break; in freeobj()
/freebsd/contrib/lua/src/
H A Dltable.h52 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
H A Dltable.c638 void luaH_free (lua_State *L, Table *t) { in luaH_free() function
H A Dlgc.c791 luaH_free(L, gco2t(o)); in freeobj()