Home
last modified time | relevance | path

Searched refs:want_tty (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dmux.c82 u_int want_tty; member
352 (r = sshbuf_get_u32(m, &cctx->want_tty)) != 0 || in mux_master_process_new_session()
391 cctx->want_tty, cctx->want_x_fwd, cctx->want_agent_fwd, in mux_master_process_new_session()
454 if (cctx->want_tty && tcgetattr(new_fd[0], &cctx->tio) == -1) in mux_master_process_new_session()
467 if (cctx->want_tty) { in mux_master_process_new_session()
480 if (cctx->want_tty && escape_char != 0xffffffff) { in mux_master_process_new_session()
1422 client_session2_setup(ssh, id, cctx->want_tty, cctx->want_subsys, in mux_session_confirm()
Dclientloop.c2277 client_session2_setup(struct ssh *ssh, int id, int want_tty, int want_subsystem, in client_session2_setup() argument
2290 ssh_packet_set_interactive(ssh, want_tty, in client_session2_setup()
2293 if (want_tty) { in client_session2_setup()