Searched defs:notty (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Dtty.c146 bool notty = 0; /* Stdin/out is not a tty */ variable
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"
[all...]

Completed in 60 milliseconds