Searched refs:condmovestack (Results 1 – 3 of 3) sorted by relevance
300 #define condmovestack(L) ((void)0) macro303 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize) macro307 #define condchangemem(L) condmovestack(L)
18 luaD_growstack(L, n); else condmovestack(L);
281 condmovestack(L); /* don't change stack (change only for debugging) */ in luaD_shrinkstack()