Searched refs:no_re (Results 1 – 1 of 1) sorted by relevance
557 regex_t no_re; in confirm_destroy() local567 if (regcomp(&no_re, nore, cflags) != 0) { in confirm_destroy()583 } else if (regexec(&no_re, answer, 0, NULL, 0) != 0) { in confirm_destroy()590 regfree(&no_re); in confirm_destroy()