Searched refs:CSTACKERRMARK (Results 1 – 2 of 2) sorted by relevance
/external/lua/src/ | ||
D | lstate.h | 127 #define CSTACKERRMARK (CSTACKCF + 2) macro |
D | lstate.c | 142 if (ncalls <= CSTACKERRMARK) /* below error-handling zone? */ in luaE_enterCcall() |