Searched refs:pushmode (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lbaselib.c | 184 static int pushmode (lua_State *L, int oldmode) { in pushmode() function 239 return pushmode(L, lua_gc(L, o, minormul, majormul)); in luaB_collectgarbage() 245 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage()
|