HomeSort by relevance Sort by last modified time
    Searched refs:want_tty (Results 1 - 2 of 2) sorted by null

  /external/openssh/
mux.c 101 u_int want_tty; member in struct:mux_session_confirm_ctx
320 buffer_get_int_ret(&cctx->want_tty, m) != 0 ||
365 cctx->want_tty, cctx->want_x_fwd, cctx->want_agent_fwd,
434 if (cctx->want_tty && tcgetattr(new_fd[0], &cctx->tio) == -1)
447 if (cctx->want_tty) {
459 if (cctx->want_tty && escape_char != 0xffffffff) {
    [all...]
clientloop.c     [all...]

Completed in 40 milliseconds