Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c27 #define LEVELS1 12 /* size of the first part of the stack */ macro
114 int mark = (numlevels > LEVELS1 + LEVELS2) ? LEVELS1 : 0; in luaL_traceback()
/freebsd/contrib/lua/src/
H A Dlauxlib.c43 #define LEVELS1 10 /* size of the first part of the stack */ macro
136 int limit2show = (last - level > LEVELS1 + LEVELS2) ? LEVELS1 : -1; in luaL_traceback()