Searched refs:luaS_remove (Results 1 – 3 of 3) sorted by relevance
51 LUAI_FUNC void luaS_remove (lua_State *L, TString *ts);
176 void luaS_remove (lua_State *L, TString *ts) { in luaS_remove() function
792 luaS_remove(L, gco2ts(o)); /* remove it from hash table */ in freeobj()