Searched refs:short_yes (Results 1 – 2 of 2) sorted by relevance
93 const char *short_yes = _("yY"); in proceed_question() local111 strchr(short_yes, buf[0]) == 0) { in proceed_question()
196 const char *short_yes = _("yY"); in ask_yn() local250 if (strchr(short_yes, (char) c)) { in ask_yn()