Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlstring.h43 LUAI_FUNC void luaS_remove (lua_State *L, TString *ts);
H A Dlstring.c142 void luaS_remove (lua_State *L, TString *ts) { in luaS_remove() function
H A Dlgc.c709 luaS_remove(L, gco2ts(o)); /* remove it from hash table */ in freeobj()