Home
last modified time | relevance | path

Searched refs:no_re (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/beadm/
H A Dbeadm.c556 regex_t no_re; in confirm_destroy() local
566 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()