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

/freebsd-10.1-release/crypto/openssh/
H A Dclientloop.h60 enum confirm_action { CONFIRM_WARN = 0, CONFIRM_CLOSE, CONFIRM_TTY }; enumerator in enum:confirm_action
H A Dclientloop.c784 cr->action = CONFIRM_CLOSE;
803 if (cr->action == CONFIRM_CLOSE && c->self == session_ident)
823 } else if (cr->action == CONFIRM_CLOSE) {
2185 client_expect_confirm(id, "subsystem", CONFIRM_CLOSE);
2190 client_expect_confirm(id, "exec", CONFIRM_CLOSE);
2196 client_expect_confirm(id, "shell", CONFIRM_CLOSE);

Completed in 47 milliseconds