Searched defs:npmax (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c529 int npmax; /* high-water mark of np */ variable
542 if (np > npmax)
543 npmax = np;
600 for (i = 0; i < npmax; i++)
603 if (i >= npmax || fp == stdin) {

Completed in 164 milliseconds