Searched refs:notty (Results 1 – 5 of 5) sorted by relevance
/external/ppp/pppd/ |
D | tty.c | 148 bool notty = 0; /* Stdin/out is not a tty */ variable 198 { "notty", o_bool, ¬ty, 418 using_pty = notty || ptycommand != NULL || pty_socket != NULL; in tty_process_extra_options() 453 if (demand && notty) { in tty_check_options() 469 pty_socket? "socket": notty? "notty": "pty"); in tty_check_options() 472 if (ptycommand != NULL && notty) { in tty_check_options() 476 if (pty_socket != NULL && (ptycommand != NULL || notty)) { in tty_check_options() 480 default_device = notty; in tty_check_options() 483 if (notty && log_to_fd <= 1) in tty_check_options() 659 } else if (notty) { in connect_tty()
|
D | pppd.h | 311 extern bool notty; /* Stdin/out is not a tty */
|
D | sys-solaris.c | 598 if (default_device && !notty) in sys_init()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 1440 + {"notty", "NoTty", XtRBool, sizeof(Bool), 1441 + XtOffsetOf(AppData, notty), XtRImmediate, (XtPointer) False}, 1556 + {"-notty", "*notty", XrmoptionNoArg, "True"}, 1835 + " -notty Try to avoid using the terminal for interactive\n" 2179 + appData.notty = True; 7152 + if (appData.notty) { 18128 +\fB\-notty\fR 20843 + Bool notty; 21406 +\fB\-notty\fR
|
/external/libvncserver/x11vnc/ |
D | README | 11898 -notty Try to avoid using the terminal for interactive
|