Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c56 int maxdots = 32000; /* maximum number of dots in an object */ variable
85 numdots = min(numdots, maxdots); in drawline()
109 numdots = min(numdots, maxdots); in drawline()
118 numdots = min(numdots, maxdots); in drawline()
176 numdots = min(numdots, maxdots); in drawwig()