Home
last modified time | relevance | path

Searched refs:luaS_remove (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlstring.h51 LUAI_FUNC void luaS_remove (lua_State *L, TString *ts);
Dlstring.c176 void luaS_remove (lua_State *L, TString *ts) { in luaS_remove() function
Dlgc.c792 luaS_remove(L, gco2ts(o)); /* remove it from hash table */ in freeobj()