Home
last modified time | relevance | path

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

/external/lua/src/
Dllimits.h309 #define condmovestack(L,pre,pos) ((void)0) macro
312 #define condmovestack(L,pre,pos) \ macro
Dldo.h25 { pre; luaD_growstack(L, n); pos; } else { condmovestack(L,pre,pos); }
Dldo.c236 condmovestack(L,{},{}); /* (change only for debugging) */ in luaD_shrinkstack()