Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlauxlib.c35 #define LEVELS2 10 /* size of the second part of the stack */ macro
121 int mark = (numlevels > LEVELS1 + LEVELS2) ? LEVELS1 : 0; in luaL_traceback()
127 level = numlevels - LEVELS2; /* and skip to last ones */ in luaL_traceback()