Home
last modified time | relevance | path

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

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