Home
last modified time | relevance | path

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

/external/lua/src/
Dlauxlib.c37 #define LEVELS1 10 /* size of the first part of the stack */ macro
130 int n1 = (last - level > LEVELS1 + LEVELS2) ? LEVELS1 : -1; in luaL_traceback()