Home
last modified time | relevance | path

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

/external/openssh/
Dmux.c95 u_int want_tty; member
327 buffer_get_int_ret(&cctx->want_tty, m) != 0 || in process_mux_new_session()
369 cctx->want_tty, cctx->want_x_fwd, cctx->want_agent_fwd, in process_mux_new_session()
438 if (cctx->want_tty && tcgetattr(new_fd[0], &cctx->tio) == -1) in process_mux_new_session()
451 if (cctx->want_tty) { in process_mux_new_session()
463 if (cctx->want_tty && escape_char != 0xffffffff) { in process_mux_new_session()
1392 client_session2_setup(id, cctx->want_tty, cctx->want_subsys, in mux_session_confirm()
Dclientloop.c2592 client_session2_setup(int id, int want_tty, int want_subsystem, in client_session2_setup() argument
2603 packet_set_interactive(want_tty, in client_session2_setup()
2606 if (want_tty) { in client_session2_setup()