Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/filter/postscript/common/
H A Dmisc.c48 int nolist = 0; /* number of specified ranges */ variable
116 while ( *str && nolist < sizeof(olist) - 2 ) {
125 olist[nolist++] = start;
126 olist[nolist++] = stop;
132 olist[nolist] = 0;
161 if ( nolist == 0 ) /* everything's included */
164 for ( i = 0; i < nolist; i += 2 )
/titanic_41/usr/src/cmd/troff/troff.d/
H A Dta.c97 int nolist = 0; /* output page list if > 0 */ variable
185 nolist = 0;
205 olist[nolist++] = n1;
206 olist[nolist++] = n2;
210 olist[nolist] = 0;
212 for (i=0; i<nolist; i += 2)
224 if (nolist == 0)
226 for (i = 0; i < nolist; i += 2)