getregexp
REGEXP getregexp(NODE *np);
if (regmatch(getregexp(np->n_right), cp) == REG_OK)
if (regmatch(getregexp(np->n_right), cp) != REG_OK)
rp = getregexp(getlist(&np));
rp = getregexp(getlist(&np));