Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlauxlib.c34 #define LEVELS1 12 /* size of the first part of the stack */ macro
121 int mark = (numlevels > LEVELS1 + LEVELS2) ? LEVELS1 : 0; in luaL_traceback()