Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c385 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
455 notty? "notty": "pty");
458 if (ptycommand != NULL && (notty || direct_tty)) {
462 if (pty_socket != NULL && (ptycommand != NULL || notty ||
467 default_device = notty || direct_tty;
756 } else if (notty) {
H A Doptions.c105 bool notty = 0; /* Stdin/out is not a tty */ variable
241 { "notty", o_bool, &notty,
H A Dpppd.h264 extern bool notty; /* Stdin/out is not a tty */
H A Dsys-solaris.c961 if (default_device && !notty) {
/titanic_44/usr/src/cmd/csh/
H A Dsh.c465 notty: in main()