Home
last modified time | relevance | path

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

/external/lua/src/
Dlauxlib.c38 #define LEVELS2 11 /* size of the second part of the stack */ macro
130 int n1 = (last - level > LEVELS1 + LEVELS2) ? LEVELS1 : -1; in luaL_traceback()
138 level = last - LEVELS2 + 1; /* and skip to last ones */ in luaL_traceback()