Searched refs:maxdots (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c58 int maxdots = 32000; /* maximum number of dots in an object */ variable
88 numdots = min(numdots, maxdots);
112 numdots = min(numdots, maxdots);
121 numdots = min(numdots, maxdots);
180 numdots = min(numdots, maxdots);

Completed in 56 milliseconds