Searched refs:REGEXP (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk.h | 96 typedef void *REGEXP; typedef 133 REGEXP N_regexp; /* Regular expression */ 322 REGEXP getregexp(NODE *np); 405 extern REGEXP resep; 491 extern int int_regwcomp(REGEXP *, const wchar_t *); 492 extern int int_regwexec(REGEXP, const wchar_t *, size_t, 494 extern void int_regwfree(REGEXP); 495 extern size_t int_regwerror(int, REGEXP, char *, size_t); 496 extern int int_regwdosuba(REGEXP, const wchar_t *,
|
H A D | awk4.c | 224 register REGEXP rp; in dosub() 265 register REGEXP rp; in f_match() 361 REGEXP old_resep = 0; in f_split()
|
H A D | awk1.c | 1458 int_regwcomp(REGEXP *r, const wchar_t *pattern) in int_regwcomp() 1515 int_regwfree(REGEXP r) in int_regwfree() 1559 int_regwerror(int errcode, REGEXP r, char *errbuf, size_t bufsiz) in int_regwerror() 1568 int_regwexec(REGEXP r, /* compiled RE */ in int_regwexec() 1617 int_regwdosuba(REGEXP rp, /* compiled RE: Pattern */ in int_regwdosuba()
|
H A D | awk0.c | 180 REGEXP resep; /* Field separator as regexp */
|
H A D | awk3.c | 183 if (resep != (REGEXP)NULL) { in nassign() 185 resep = (REGEXP)NULL; in nassign() 226 static REGEXP re; in setrefield() 1822 REGEXP
|
/titanic_41/usr/src/cmd/tnf/prex/ |
H A D | prexgram.y | 58 %token REGEXP 107 %type <strval> SETNAME FCNNAME IDENT VALSTR REGEXP 350 | REGEXP { $$ = spec($1, SPEC_REGEXP); }
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | conf.tab | 428 REGEXP POSIX SC 1 FUW
|