Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlstate.h400 LUAI_FUNC void luaE_shrinkCI (lua_State *L);
H A Dlstate.c138 void luaE_shrinkCI (lua_State *L) { in luaE_shrinkCI() function
H A Dldo.c311 luaE_shrinkCI(L); /* shrink CI list */ in luaD_shrinkstack()