Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlgc.h111 { if (G(L)->GCdebt > 0) { pre; luaC_step(L); pos;}; \
136 LUAI_FUNC void luaC_step (lua_State *L);
H A Dlgc.c1129 void luaC_step (lua_State *L) { in luaC_step() function
H A Dlapi.c1074 luaC_step(L); in lua_gc()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.h124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);)
144 LUAI_FUNC void luaC_step (lua_State *L);
H A Dlvm.c575 luaC_step(L); \
H A Dlgc.c1177 void luaC_step (lua_State *L) { in luaC_step() function