Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstring.h52 LUAI_FUNC void luaS_remove (lua_State *L, TString *ts);
H A Dlstring.c168 void luaS_remove (lua_State *L, TString *ts) { in luaS_remove() function
H A Dlgc.c804 luaS_remove(L, ts); /* remove it from hash table */ in freeobj()