Home
last modified time | relevance | path

Searched refs:direct_tty (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c383 if (!using_pty && default_device && !direct_tty) {
401 if (!using_pty && !direct_tty) {
449 if (using_pty || direct_tty) {
455 if (ptycommand != NULL && (notty || direct_tty)) {
460 direct_tty)) {
464 default_device = notty || direct_tty;
650 if (lockflag && !privopen && !direct_tty) {
666 if (direct_tty) {
767 if (!default_device && modem && !direct_tty) {
810 if (connector == NULL && modem && devnam[0] != '\0' && !direct_tty) {
H A Doptions.c113 bool direct_tty = 0; /* use standard input directly; not a tty */ variable
237 { "directtty", o_bool, &direct_tty,
H A Dpppd.h224 extern bool direct_tty; /* use standard input directly; not a tty */
H A Dsys-solaris.c450 if (!direct_tty && devnam[0] != '\0') { in sys_init()