Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllimits.h300 #define condmovestack(L) ((void)0) macro
303 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize) macro
307 #define condchangemem(L) condmovestack(L)
H A Dldo.h18 luaD_growstack(L, n); else condmovestack(L);
H A Dldo.c281 condmovestack(L); /* don't change stack (change only for debugging) */ in luaD_shrinkstack()