Searched defs:regcache (Results 1 – 2 of 2) sorted by relevance
1427 struct regcache { struct1428 struct qelem lq;1429 wchar_t *pattern;1430 regex_t re;1431 int refcnt;1432 struct reghashq hash;
79 regcache(const char* pattern, regflags_t reflags, int* status) in regcache() function