Searched refs:MAXSTACK (Results 1 – 4 of 4) sorted by relevance
121 #define MAXSTACK 50 /* most strings we'll save at once */ macro
500 Line line[MAXSTACK+3];2355 if ( textcount > MAXSTACK ) /* don't put too much on the stack? */ in oput()
140 #define MAXSTACK 250 macro
263 if (newstack >= MAXSTACK) in luaK_checkstack()