Home | History | Annotate | Download | only in openssh

Lines Matching full:echo_on

883 	u_int *echo_on;
888 &prompts, &echo_on) < 0 ? 0 : 1;
902 xfree(echo_on);
1043 u_int i, num = 0, *echo_on = 0;
1048 ret = (sshpam_device.query)(sshpam_ctxt, &name, &info, &num, &prompts, &echo_on);
1063 buffer_put_int(m, echo_on[i]);
1067 if (echo_on != NULL)
1068 xfree(echo_on);