Home
last modified time | relevance | path

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

/external/lua/src/
Dlauxlib.c136 int limit2show = (last - level > LEVELS1 + LEVELS2) ? LEVELS1 : -1; in luaL_traceback() local
144 if (limit2show-- == 0) { /* too many levels? */ in luaL_traceback()