Home
last modified time | relevance | path

Searched refs:REGEXP (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h94 typedef void *REGEXP; typedef
131 REGEXP N_regexp; /* Regular expression */
320 REGEXP getregexp(NODE *np);
403 extern REGEXP resep;
489 extern int int_regwcomp(REGEXP *, const wchar_t *);
490 extern int int_regwexec(REGEXP, const wchar_t *, size_t,
492 extern void int_regwfree(REGEXP);
493 extern size_t int_regwerror(int, REGEXP, char *, size_t);
494 extern int int_regwdosuba(REGEXP, const wchar_t *,
H A Dawk4.c222 register REGEXP rp; in dosub()
263 register REGEXP rp; in f_match()
359 REGEXP old_resep = 0; in f_split()
H A Dawk1.c1452 int_regwcomp(REGEXP *r, const wchar_t *pattern) in int_regwcomp()
1509 int_regwfree(REGEXP r) in int_regwfree()
1553 int_regwerror(int errcode, REGEXP r, char *errbuf, size_t bufsiz) in int_regwerror()
1562 int_regwexec(REGEXP r, /* compiled RE */ in int_regwexec()
1611 int_regwdosuba(REGEXP rp, /* compiled RE: Pattern */ in int_regwdosuba()
H A Dawk0.c178 REGEXP resep; /* Field separator as regexp */
H A Dawk3.c181 if (resep != (REGEXP)NULL) { in nassign()
183 resep = (REGEXP)NULL; in nassign()
224 static REGEXP re; in setrefield()
1819 REGEXP
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dconf.tab439 REGEXP POSIX SC 1 FUW