Searched refs:condmovestack (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llimits.h | 299 #define condmovestack(L) ((void)0) macro 302 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize) macro 306 #define condchangemem(L) condmovestack(L)
|
H A D | ldo.h | 17 luaD_growstack(L, n); else condmovestack(L);
|
H A D | ldo.c | 294 condmovestack(L); /* don't change stack (change only for debugging) */ in luaD_shrinkstack()
|
/freebsd/contrib/lua/src/ |
H A D | llimits.h | 366 #define condmovestack(L,pre,pos) ((void)0) macro 369 #define condmovestack(L,pre,pos) \ macro
|
H A D | ldo.h | 29 else { condmovestack(L,pre,pos); }
|
H A D | ldo.c | 310 condmovestack(L,{},{}); /* (change only for debugging) */ in luaD_shrinkstack()
|