Searched refs:pushmode (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lbaselib.c | 188 static int pushmode (lua_State *L, int oldmode) { in pushmode() function 243 return pushmode(L, lua_gc(L, o, minormul, majormul)); in luaB_collectgarbage() 249 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage()
|