Searched refs:condmovestack (Results 1 – 3 of 3) sorted by relevance
309 #define condmovestack(L,pre,pos) ((void)0) macro312 #define condmovestack(L,pre,pos) \ macro
25 { pre; luaD_growstack(L, n); pos; } else { condmovestack(L,pre,pos); }
236 condmovestack(L,{},{}); /* (change only for debugging) */ in luaD_shrinkstack()