Searched refs:CONFIRM_TTY (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dclientloop.h62 enum confirm_action { CONFIRM_WARN = 0, CONFIRM_CLOSE, CONFIRM_TTY }; enumerator in enum:confirm_action
H A Dclientloop.c676 if (cr->action == CONFIRM_TTY &&
711 if (cr->action == CONFIRM_TTY) {
2218 client_expect_confirm(ssh, id, "PTY allocation", CONFIRM_TTY);

Completed in 57 milliseconds