Searched refs:regcache (Results 1 - 18 of 18) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libast/common/string/
H A Dstrmatch.c92 regcache(NiL, 0, NiL);
124 if (!(re = regcache(p, reflags, NiL)))
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1424 struct regcache *regcachep;
1427 struct regcache { struct
1465 struct regcache *rcp;
1476 if (rcp != (struct regcache *)reglink.q_forw) {
1483 *(struct regcache **)r = rcp;
1497 if ((rcp = malloc(sizeof (struct regcache))) == NULL)
1510 *(struct regcache **)r = rcp;
1519 struct regcache *rcp;
1521 rcp = (struct regcache *)r;
1537 rcp = (struct regcache *)q
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dregex.h201 #define _REG_cache 1 /* have regcache() */
228 extern regex_t* regcache(const char*, regflags_t, int*);
/opensolaris-onvv-gate/usr/src/lib/libast/common/regex/
H A Dregcache.c79 regcache(const char* pattern, regflags_t reflags, int* status) function
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h257 #undef regcache macro
258 #define regcache _ast_regcache macro
H A Dregex.h184 #define _REG_cache 1 /* have regcache() */
211 extern __MANGLE__ regex_t* regcache __PROTO__((const char*, regflags_t, int*));
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h236 #undef regcache macro
237 #define regcache _ast_regcache macro
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h257 #undef regcache macro
258 #define regcache _ast_regcache macro
H A Dregex.h184 #define _REG_cache 1 /* have regcache() */
211 extern __MANGLE__ regex_t* regcache __PROTO__((const char*, regflags_t, int*));
/opensolaris-onvv-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h236 #undef regcache macro
237 #define regcache _ast_regcache macro
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h257 #undef regcache macro
258 #define regcache _ast_regcache macro
H A Dregex.h184 #define _REG_cache 1 /* have regcache() */
211 extern __MANGLE__ regex_t* regcache __PROTO__((const char*, regflags_t, int*));
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h236 #undef regcache macro
237 #define regcache _ast_regcache macro
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h257 #undef regcache macro
258 #define regcache _ast_regcache macro
H A Dregex.h184 #define _REG_cache 1 /* have regcache() */
211 extern __MANGLE__ regex_t* regcache __PROTO__((const char*, regflags_t, int*));
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h236 #undef regcache macro
237 #define regcache _ast_regcache macro
/opensolaris-onvv-gate/usr/src/lib/libast/
H A DMakefile.com260 common/regex/regcache.o \
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dio.c1257 if(!(rp = regcache(fname, REG_SHELL|REG_NOSUB|REG_NEWLINE|REG_AUGMENTED|REG_FIRST|REG_LEFT|REG_RIGHT, &r)))

Completed in 193 milliseconds