Home | History | Annotate | Download | only in pppd

Lines Matching refs:notty

146 bool	notty = 0;		/* Stdin/out is not a tty */
196 { "notty", o_bool, &notty,
233 "Maximum data rate in bytes/sec (with pty, notty or record option)",
413 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
431 * ptycommand, pty_socket, notty or devnam.
448 if (demand && notty) {
449 option_error("demand-dialling is incompatible with notty");
464 pty_socket? "socket": notty? "notty": "pty");
467 if (ptycommand != NULL && notty) {
468 option_error("pty option is incompatible with notty option");
471 if (pty_socket != NULL && (ptycommand != NULL || notty)) {
472 option_error("socket option is incompatible with pty and notty");
475 default_device = notty;
478 if (notty && log_to_fd <= 1)
523 * Get a pty master/slave pair if the pty, notty, socket,
617 * If the pty, socket, notty and/or record option was specified,
651 } else if (notty) {