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

/freebsd-11-stable/usr.sbin/lpr/filters/
H A Dlpf.c60 #define MAXWIDTH 132 macro
63 static char buf[MAXREP][MAXWIDTH];
99 if ((i = atoi(&cp[2])) > 0 && i <= MAXWIDTH)
184 cp += MAXWIDTH;

Completed in 44 milliseconds