HomeSort by: relevance | last modified time | path
    Searched defs:maxrep (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/lpr/filters/
lpf.c 58 #define MAXREP 10
60 static char buf[MAXREP][MAXWIDTH];
61 static int maxcol[MAXREP] = {-1};
82 int done, linedone, maxrep, ch, prch; local in function:main
124 maxrep = -1;
142 if (maxrep < 0)
143 maxrep = 0;
182 for (i = 0; i < MAXREP; i++) {
183 if (i > maxrep)
184 maxrep = i
    [all...]
lpf.c 58 #define MAXREP 10
60 static char buf[MAXREP][MAXWIDTH];
61 static int maxcol[MAXREP] = {-1};
82 int done, linedone, maxrep, ch, prch; local in function:main
124 maxrep = -1;
142 if (maxrep < 0)
143 maxrep = 0;
182 for (i = 0; i < MAXREP; i++) {
183 if (i > maxrep)
184 maxrep = i
    [all...]

Completed in 21 milliseconds