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