Searched defs:regcache (Results 1 – 2 of 2) sorted by relevance
1420 struct regcache { struct1421 struct qelem lq;1422 wchar_t *pattern;1423 regex_t re;1424 int refcnt;1425 struct reghashq hash;
79 regcache(const char* pattern, regflags_t reflags, int* status) in regcache() function