Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/lua/
HDllimits.h299 #define condmovestack(L) ((void)0) macro
302 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize) macro
306 #define condchangemem(L) condmovestack(L)
HDldo.h17 luaD_growstack(L, n); else condmovestack(L);
HDldo.c294 condmovestack(L); /* don't change stack (change only for debugging) */ in luaD_shrinkstack()
/freebsd-14-stable/contrib/lua/src/
HDllimits.h366 #define condmovestack(L,pre,pos) ((void)0) macro
369 #define condmovestack(L,pre,pos) \ macro
HDldo.h29 else { condmovestack(L,pre,pos); }
HDldo.c310 condmovestack(L,{},{}); /* (change only for debugging) */ in luaD_shrinkstack()