Home
last modified time | relevance | path

Searched refs:n_regexp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c399 REGWFREE(np->n_regexp); in freenode()
631 REGWFREE(np->n_regexp); in freetemps()
1204 if (regmatch(np->n_regexp, linebuf) == REG_OK) in exprreduce()
1823 return (np->n_regexp); in getregexp()
1825 return (np->n_regexp); in getregexp()
H A Dawk1.c1062 if ((n = REGWCOMP(&np->n_regexp, s)) != REG_OK) { in renode()
1066 m = REGWERROR(n, np->n_regexp, NULL, 0); in renode()
1068 REGWERROR(n, np->n_regexp, p, m); in renode()
H A Dawk.h153 #define n_regexp n_un.n_re.N_regexp macro
H A Dawk4.c405 resep = sep->n_regexp; in f_split()