Searched defs:regcache (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcache.c79 regcache(const char* pattern, regflags_t reflags, int* status) function
/illumos-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...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h257 #undef regcache macro
258 #define regcache _ast_regcache macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h236 #undef regcache macro
237 #define regcache _ast_regcache macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h257 #undef regcache macro
258 #define regcache _ast_regcache macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h236 #undef regcache macro
237 #define regcache _ast_regcache macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h257 #undef regcache macro
258 #define regcache _ast_regcache macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h236 #undef regcache macro
237 #define regcache _ast_regcache macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h257 #undef regcache macro
258 #define regcache _ast_regcache macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h236 #undef regcache macro
237 #define regcache _ast_regcache macro

Completed in 87 milliseconds