Home
last modified time | relevance | path

Searched refs:LEVELS2 (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldblib.c320 #define LEVELS2 10 /* size of the second part of the stack */ macro
342 if (!lua_getstack(L1, level+LEVELS2, &ar)) in db_errorfb()
346 while (lua_getstack(L1, level+LEVELS2, &ar)) /* find last levels */ in db_errorfb()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c29 #define LEVELS2 10 /* size of the second part of the stack */ macro
115 int mark = (numlevels > LEVELS1 + LEVELS2) ? LEVELS1 : 0; in luaL_traceback()
121 level = numlevels - LEVELS2; /* and skip to last ones */ in luaL_traceback()