Searched refs:MAXWIDTH (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/lpr/filters/
H A Dlpf.c62 #define MAXWIDTH 132 macro
65 static char buf[MAXREP][MAXWIDTH];
101 if ((i = atoi(&cp[2])) > 0 && i <= MAXWIDTH)
186 cp += MAXWIDTH;

Completed in 58 milliseconds