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.c1421 struct regcache { struct
1422 struct qelem lq;
1423 wchar_t *pattern;
1424 regex_t re;
1425 int refcnt;
1426 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