Searched refs:yes_re (Results 1 – 1 of 1) sorted by relevance
577 regex_t yes_re; in confirm_destroy() local583 if (regcomp(&yes_re, yesre, cflags) != 0) { in confirm_destroy()591 regfree(&yes_re); in confirm_destroy()602 if (regexec(&yes_re, answer, 0, NULL, 0) == 0) { in confirm_destroy()610 regfree(&yes_re); in confirm_destroy()