n_regexp
if ((n = REGWCOMP(&np->n_regexp, s)) != REG_OK) {
m = REGWERROR(n, np->n_regexp, NULL, 0);
REGWERROR(n, np->n_regexp, p, m);
if (regmatch(np->n_regexp, linebuf) == REG_OK)
return (np->n_regexp);
return (np->n_regexp);
REGWFREE(np->n_regexp);
REGWFREE(np->n_regexp);
resep = sep->n_regexp;