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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtty.c23 static int notty=0; variable
172 if(notty)
182 notty = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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...]
H A Dpppd.h235 extern int using_pty; /* using pty as device (notty or pty opt.) */
311 extern bool notty; /* Stdin/out is not a tty */
H A Dsys-solaris.c598 if (default_device && !notty)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtty.c98 bool notty = 0; /* Stdin/out is not a tty */ variable
145 { "notty", o_bool, &notty,
182 "Maximum data rate in bytes/sec (with pty, notty or record option)",
362 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
380 * ptycommand, pty_socket, notty or devnam.
408 notty? "notty": "pty");
411 if (ptycommand != NULL && notty) {
412 option_error("pty option is incompatible with notty optio
[all...]
H A Dpppd.h205 extern int using_pty; /* using pty as device (notty or pty opt.) */
260 extern bool notty; /* Stdin/out is not a tty */
H A Dsys-solaris.c553 if (default_device && !notty)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h234 extern int using_pty; /* using pty as device (notty or pty opt.) */
298 extern bool notty; /* Stdin/out is not a tty */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dpppd.h205 extern int using_pty; /* using pty as device (notty or pty opt.) */
260 extern bool notty; /* Stdin/out is not a tty */

Completed in 307 milliseconds