Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldblib.c319 #define LEVELS1 12 /* size of the first part of the stack */ macro
340 if (level > LEVELS1 && firstpart) { in db_errorfb()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c28 #define LEVELS1 12 /* size of the first part of the stack */ macro
115 int mark = (numlevels > LEVELS1 + LEVELS2) ? LEVELS1 : 0; in luaL_traceback()