Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlgc.h170 { if (G(L)->GCdebt > 0) { pre; luaC_step(L); pos;}; \
192 LUAI_FUNC void luaC_step (lua_State *L);
H A Dlgc.c1691 void luaC_step (lua_State *L) { in luaC_step() function
H A Dlapi.c1181 luaC_step(L); in lua_gc()