Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlstate.h249 LUAI_FUNC void luaE_shrinkCI (lua_State *L);
H A Dlstate.c137 void luaE_shrinkCI (lua_State *L) { in luaE_shrinkCI() function
H A Dldo.c229 luaE_shrinkCI(L); /* shrink list */ in luaD_shrinkstack()