Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dlbaselib.c184 static int pushmode (lua_State *L, int oldmode) { in pushmode() function
226 return pushmode(L, lua_gc(L, o, minormul, majormul)); in luaB_collectgarbage()
232 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage()