Searched refs:yes_re (Results 1 – 1 of 1) sorted by relevance
561 regex_t yes_re; in confirm_destroy() local567 if (regcomp(&yes_re, yesre, cflags) != 0) { in confirm_destroy()575 regfree(&yes_re); in confirm_destroy()586 if (regexec(&yes_re, answer, 0, NULL, 0) == 0) { in confirm_destroy()594 regfree(&yes_re); in confirm_destroy()