Lines Matching refs:echo_on
632 u_int *num, char ***prompts, u_int **echo_on)
652 *echo_on = xcalloc((*num + 1), sizeof(u_int));
655 (*echo_on)[i] = buffer_get_int(&m);
732 char ***prompts, u_int **echo_on)
738 *echo_on = xcalloc(*numprompts, sizeof(u_int));
739 (*echo_on)[0] = 0;
744 u_int *numprompts, char ***prompts, u_int **echo_on)
768 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
802 u_int *numprompts, char ***prompts, u_int **echo_on)
828 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);