Lines Matching defs:confirm_key
45 .usage = "[-by] [-c confirm_key] [-p prompt] " CMD_TARGET_CLIENT_USAGE
55 u_char confirm_key;
74 const char *confirm_key, *prompt, *cmd;
88 if ((confirm_key = args_get(args, 'c')) != NULL) {
89 if (confirm_key[1] == '\0' &&
90 confirm_key[0] > 31 &&
91 confirm_key[0] < 127)
92 cdata->confirm_key = confirm_key[0];
100 cdata->confirm_key = 'y';
107 cdata->confirm_key);
133 if (s[0] != cdata->confirm_key && (s[0] != '\r' || !cdata->default_yes))