Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c382 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
452 notty? "notty": "pty");
455 if (ptycommand != NULL && (notty || direct_tty)) {
459 if (pty_socket != NULL && (ptycommand != NULL || notty ||
464 default_device = notty || direct_tty;
753 } else if (notty) {
H A Doptions.c99 bool notty = 0; /* Stdin/out is not a tty */ variable
235 { "notty", o_bool, &notty,
H A Dpppd.h271 extern bool notty; /* Stdin/out is not a tty */
H A Dsys-solaris.c955 if (default_device && !notty) {
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c469 notty: in main()