Home | History | Annotate | Download | only in lpd

Lines Matching refs:WIDTH

115 static char	pxwidth[10] = "-x";	/* page width in pixels */
118 static char width[10] = "-w"; /* page width in static characters */
356 (void)snprintf(&width[2], sizeof(width) - 2, "%ld", PW);
469 case 'W': /* page width */
470 strlcpy(width+2, line+1, sizeof(width) - 2);
579 av[1] = width;
595 execl(_PATH_PR, "pr", width, length,
611 av[1] = width;
621 av[2] = width;
636 av[2] = width;
643 av[1] = width;
1056 for (scnwidth = WIDTH; --scnwidth;) {
1080 for (j = WIDTH; --j;)
1086 nchrs++ >= PW/(WIDTH+1)-1)
1274 (void)snprintf(&width[2], sizeof(width) - 2, "%ld", PW);
1345 execl(OF, cp, width, length, NULL);