Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.h121 #define MAXSTACK 50 /* most strings we'll save at once */ macro
H A Ddpost.c502 Line line[MAXSTACK+3];
2357 if ( textcount > MAXSTACK ) /* don't put too much on the stack? */ in oput()