Home
last modified time | relevance | path

Searched defs:regcache (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1420 struct regcache { struct
1421 struct qelem lq;
1422 wchar_t *pattern;
1423 regex_t re;
1424 int refcnt;
1425 struct reghashq hash;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcache.c79 regcache(const char* pattern, regflags_t reflags, int* status) in regcache() function