Home
last modified time | relevance | path

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

/external/ppp/pppd/
Doptions.c97 bool nodetach = 0; /* Don't detach from controlling tty */ variable
206 { "nodetach", o_bool, &nodetach,
208 { "-detach", o_bool, &nodetach,
212 OPT_PRIOSUB | OPT_A2CLR | 1, &nodetach },
Dtty.c502 nodetach = 1; in tty_check_options()
939 if (!nodetach)
Dpppd.h287 extern bool nodetach; /* Don't detach from controlling tty */
Dauth.c865 if (updetach && !nodetach)
1102 if (updetach && !nodetach)
Dmain.c474 if (!nodetach && !updetach)