Searched refs:pty_socket (Results 1 – 2 of 2) sorted by relevance
152 char *pty_socket = NULL; /* Socket to connect to pty */ variable201 { "socket", o_string, &pty_socket,418 using_pty = notty || ptycommand != NULL || pty_socket != NULL; in tty_process_extra_options()458 && pty_socket == NULL) { in tty_check_options()469 pty_socket? "socket": notty? "notty": "pty"); in tty_check_options()476 if (pty_socket != NULL && (ptycommand != NULL || notty)) { in tty_check_options()652 } else if (pty_socket != NULL) { in connect_tty()653 int fd = open_socket(pty_socket); in connect_tty()756 if (connector != NULL || ptycommand != NULL || pty_socket != NULL) in connect_tty()
312 extern char *pty_socket; /* Socket to connect to pty */