Home
last modified time | relevance | path

Searched refs:condmovestack (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/mit/lua/dist/src/
H A Dllimits.h372 #define condmovestack(L,pre,pos) ((void)0) macro
375 #define condmovestack(L,pre,pos) \ macro
H A Dldo.h31 else { condmovestack(L,pre,pos); }
H A Dldo.c314 condmovestack(L,{},{}); /* (change only for debugging) */ in luaD_shrinkstack()