Lines Matching defs:line

90  * printer over the communications line. Typical PrinterError messages look
103 * back over the communications line. If that's the kind of job you're sending
113 * A typical command line might be,
117 * where -l selects the line, -b sets the baud rate, and -L selects the printer
118 * log file. Since there's no default line, at least not right now, you'll
121 * line might look like,
172 char *line = NULL; /* printer is on this tty line */
248 options(); /* get command line options */
253 if (line) {
255 open(line, O_RDWR);
309 * Reads and processes the command line options. The -R2, -t, and -i options all
336 case 'l': /* printer line */
337 line = optarg;
429 * open and configure the communications line. Settings for interactive mode
444 if (line == NULL) /* kludge for lp - they use -t option */
468 if (line == NULL && (interactive == TRUE || tostdout == TRUE))
469 error(FATAL, "a printer line must be supplied - use the -l option");
476 setupline(); /* configure the communications line */
581 * system dependent code needed to reset the communications line for separate
624 * Makes sure all the non-option command line arguments are processed. If there
720 * by the PostScript program and returned over the communication line. Actually
909 error(FATAL, "error writing to %s", line);
920 * Looks for things coming back from the printer on the communications line,
969 * generated on a printer and returned over the communications line using the
1046 * Reads characters from the input line until nothing's left. Don't do