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