Searched refs:getregexp (Results 1 – 3 of 3) sorted by relevance
228 rp = getregexp(getlist(&np)); in dosub()270 rp = getregexp(getlist(&np)); in f_match()
323 REGEXP getregexp(NODE *np);
1210 if (regmatch(getregexp(np->n_right), cp) == REG_OK) in exprreduce()1216 if (regmatch(getregexp(np->n_right), cp) != REG_OK) in exprreduce()1820 getregexp(NODE *np) in getregexp() function