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

/freebsd-13-stable/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) { function
H A Dlgc.c674 case LUA_TTABLE: luaH_free(L, gco2t(o)); break;
/freebsd-13-stable/contrib/lua/src/
H A Dltable.h50 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
H A Dltable.c608 void luaH_free (lua_State *L, Table *t) { function
H A Dlgc.c783 luaH_free(L, gco2t(o));

Completed in 103 milliseconds