Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlstring.h42 LUAI_FUNC void luaS_remove (lua_State *L, TString *ts);
H A Dlstring.c154 void luaS_remove (lua_State *L, TString *ts) { in luaS_remove() function
H A Dlgc.c712 luaS_remove(L, gco2ts(o)); /* remove it from hash table */ in freeobj()