Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c228 rp = getregexp(getlist(&np)); in dosub()
270 rp = getregexp(getlist(&np)); in f_match()
H A Dawk.h320 REGEXP getregexp(NODE *np);
H A Dawk3.c1210 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