Searched refs:getregexp (Results 1 – 3 of 3) sorted by relevance
230 rp = getregexp(getlist(&np)); in dosub()272 rp = getregexp(getlist(&np)); in f_match()
322 REGEXP getregexp(NODE *np);
1211 if (regmatch(getregexp(np->n_right), cp) == REG_OK) in exprreduce()1217 if (regmatch(getregexp(np->n_right), cp) != REG_OK) in exprreduce()1823 getregexp(NODE *np) in getregexp() function