/titanic_50/usr/src/cmd/awk_xpg4/ |
H A D | awk1.c | 1424 struct regcache *regcachep; 1427 struct regcache { struct 1465 struct regcache *rcp; in int_regwcomp() 1476 if (rcp != (struct regcache *)reglink.q_forw) { in int_regwcomp() 1483 *(struct regcache **)r = rcp; in int_regwcomp() 1497 if ((rcp = malloc(sizeof (struct regcache))) == NULL) in int_regwcomp() 1510 *(struct regcache **)r = rcp; in int_regwcomp() 1519 struct regcache *rcp; in int_regwfree() 1521 rcp = (struct regcache *)r; in int_regwfree() 1537 rcp = (struct regcache *)qp; in int_regwfree() [all …]
|
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | strmatch.c | 92 regcache(NiL, 0, NiL); in strgrpmatch() 124 if (!(re = regcache(p, reflags, NiL))) in strgrpmatch()
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 79 regcache(const char* pattern, regflags_t reflags, int* status) in regcache() function
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | regex.h | 228 extern regex_t* regcache(const char*, regflags_t, int*);
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 236 #undef regcache 237 #define regcache _ast_regcache macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 257 #undef regcache 258 #define regcache _ast_regcache macro
|
H A D | regex.h | 211 extern __MANGLE__ regex_t* regcache __PROTO__((const char*, regflags_t, int*));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 257 #undef regcache 258 #define regcache _ast_regcache macro
|
H A D | regex.h | 211 extern __MANGLE__ regex_t* regcache __PROTO__((const char*, regflags_t, int*));
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 236 #undef regcache 237 #define regcache _ast_regcache macro
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 236 #undef regcache 237 #define regcache _ast_regcache macro
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 236 #undef regcache 237 #define regcache _ast_regcache macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 257 #undef regcache 258 #define regcache _ast_regcache macro
|
H A D | regex.h | 211 extern __MANGLE__ regex_t* regcache __PROTO__((const char*, regflags_t, int*));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 257 #undef regcache 258 #define regcache _ast_regcache macro
|
H A D | regex.h | 211 extern __MANGLE__ regex_t* regcache __PROTO__((const char*, regflags_t, int*));
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 236 #undef regcache 237 #define regcache _ast_regcache
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 236 #undef regcache 237 #define regcache _ast_regcache
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 236 #undef regcache 237 #define regcache _ast_regcache
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 236 #undef regcache 237 #define regcache _ast_regcache
|
/titanic_50/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 764 Index: usr/src/lib/libast/common/regex/regcache.c 766 --- usr/src/lib/libast/common/regex/regcache.c (revision 1821) 767 +++ usr/src/lib/libast/common/regex/regcache.c (working copy)
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 40 09-11-03 regex/regcache.c: change to variable length pattern strings 184 07-07-17 regex/regcache.c: regcache(0,n,0) extends cache to size n (no shrinking) 334 05-11-22 regex/regcache.c: add, convert string/strmatch.c to regcache()
|
/titanic_50/usr/src/lib/libast/ |
H A D | Makefile.com | 260 common/regex/regcache.o \
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 1257 …if(!(rp = regcache(fname, REG_SHELL|REG_NOSUB|REG_NEWLINE|REG_AUGMENTED|REG_FIRST|REG_LEFT|REG_RIG… in sh_redirect()
|