Searched defs:condmovestack (Results 1 – 2 of 2) sorted by relevance
299 #define condmovestack(L) ((void)0) macro302 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize) macro
366 #define condmovestack(L,pre,pos) ((void)0) macro369 #define condmovestack(L,pre,pos) \ macro