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