Searched refs:nolist (Results 1 – 2 of 2) sorted by relevance
48 int nolist = 0; /* number of specified ranges */ variable116 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 )
97 int nolist = 0; /* output page list if > 0 */ variable185 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)