Searched refs:condmovestack (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/module/lua/ |
| HD | 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)
|
| HD | ldo.h | 17 luaD_growstack(L, n); else condmovestack(L);
|
| HD | ldo.c | 294 condmovestack(L); /* don't change stack (change only for debugging) */ in luaD_shrinkstack()
|
| /freebsd-14-stable/contrib/lua/src/ |
| HD | llimits.h | 366 #define condmovestack(L,pre,pos) ((void)0) macro 369 #define condmovestack(L,pre,pos) \ macro
|
| HD | ldo.h | 29 else { condmovestack(L,pre,pos); }
|
| HD | ldo.c | 310 condmovestack(L,{},{}); /* (change only for debugging) */ in luaD_shrinkstack()
|