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