Searched refs:using_pty (Results 1 – 3 of 3) sorted by relevance
385 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) {
205 extern int using_pty; /* using pty as device (notty or pty opt.) */
108 int using_pty = 0; variable