Searched refs:pty_socket (Results 1 – 2 of 2) sorted by relevance
150 char *pty_socket = NULL; /* Socket to connect to pty */ variable199 { "socket", o_string, &pty_socket,413 using_pty = notty || ptycommand != NULL || pty_socket != NULL; in tty_process_extra_options()453 && pty_socket == NULL) { in tty_check_options()464 pty_socket? "socket": notty? "notty": "pty"); in tty_check_options()471 if (pty_socket != NULL && (ptycommand != NULL || notty)) { in tty_check_options()644 } else if (pty_socket != NULL) { in connect_tty()645 int fd = open_socket(pty_socket); in connect_tty()748 if (connector != NULL || ptycommand != NULL || pty_socket != NULL) in connect_tty()
306 extern char *pty_socket; /* Socket to connect to pty */