Searched refs:using_pty (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c385 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
386 if (!using_pty && default_device && !direct_tty) {
404 if (!using_pty && !direct_tty) {
452 if (using_pty || direct_tty) {
640 if (using_pty || record_file != NULL) {
H A Dpppd.h205 extern int using_pty; /* using pty as device (notty or pty opt.) */
H A Doptions.c109 int using_pty = 0; variable

Completed in 98 milliseconds