Home
last modified time | relevance | path

Searched refs:getregexp (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk4.c230 rp = getregexp(getlist(&np)); in dosub()
272 rp = getregexp(getlist(&np)); in f_match()
H A Dawk.h322 REGEXP getregexp(NODE *np);
H A Dawk3.c1211 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