Home
last modified time | relevance | path

Searched refs:using_pty (Results 1 – 3 of 3) 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;
383 if (!using_pty && default_device && !direct_tty) {
401 if (!using_pty && !direct_tty) {
449 if (using_pty || direct_tty) {
637 if (using_pty || record_file != NULL) {
H A Dpppd.h212 extern int using_pty; /* using pty as device (notty or pty opt.) */
H A Doptions.c102 int using_pty = 0; variable