regmatch
if (regmatch(np->n_regexp, linebuf) == REG_OK)
if (regmatch(getregexp(np->n_right), cp) == REG_OK)
if (regmatch(getregexp(np->n_right), cp) != REG_OK)