Home
last modified time | relevance | path

Searched refs:notty (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Dtty.c146 bool notty = 0; /* Stdin/out is not a tty */ variable
196 { "notty", o_bool, &notty,
413 using_pty = notty || ptycommand != NULL || pty_socket != NULL; in tty_process_extra_options()
448 if (demand && notty) { in tty_check_options()
464 pty_socket? "socket": notty? "notty": "pty"); in tty_check_options()
467 if (ptycommand != NULL && notty) { in tty_check_options()
471 if (pty_socket != NULL && (ptycommand != NULL || notty)) { in tty_check_options()
475 default_device = notty; in tty_check_options()
478 if (notty && log_to_fd <= 1) in tty_check_options()
651 } else if (notty) { in connect_tty()
Dpppd.h305 extern bool notty; /* Stdin/out is not a tty */
Dsys-solaris.c598 if (default_device && !notty) in sys_init()