Searched refs:yes_re (Results 1 – 1 of 1) sorted by relevance
555 regex_t yes_re; in confirm_destroy() local561 if (regcomp(&yes_re, yesre, cflags) != 0) { in confirm_destroy()569 regfree(&yes_re); in confirm_destroy()580 if (regexec(&yes_re, answer, 0, NULL, 0) == 0) { in confirm_destroy()588 regfree(&yes_re); in confirm_destroy()