HomeSort by relevance Sort by last modified time
    Searched refs:luaH_free (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.h 34 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
ltable.c 379 void luaH_free (lua_State *L, Table *t) {
lgc.c 675 case LUA_TTABLE: luaH_free(L, gco2t(o)); break;
    [all...]
  /external/syslinux/com32/lua/src/
ltable.h 34 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
ltable.c 380 void luaH_free (lua_State *L, Table *t) {
lgc.c 675 case LUA_TTABLE: luaH_free(L, gco2t(o)); break;
    [all...]

Completed in 688 milliseconds