Home | History | Annotate | Download | only in pppd

Lines Matching defs:notty

148 bool	notty = 0;		/* Stdin/out is not a tty */
198 { "notty", o_bool, &notty,
238 "Maximum data rate in bytes/sec (with pty, notty or record option)",
418 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
436 * ptycommand, pty_socket, notty or devnam.
453 if (demand && notty) {
454 option_error("demand-dialling is incompatible with notty");
469 pty_socket? "socket": notty? "notty": "pty");
472 if (ptycommand != NULL && notty) {
473 option_error("pty option is incompatible with notty option");
476 if (pty_socket != NULL && (ptycommand != NULL || notty)) {
477 option_error("socket option is incompatible with pty and notty");
480 default_device = notty;
483 if (notty && log_to_fd <= 1)
528 * Get a pty master/slave pair if the pty, notty, socket,
625 * If the pty, socket, notty and/or record option was specified,
659 } else if (notty) {