Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/awk_xpg4/
H A Dawk1.c1427 struct regcache { struct
1428 struct qelem lq;
1429 wchar_t *pattern;
1430 regex_t re;
1431 int refcnt;
1432 struct reghashq hash;
/titanic_53/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcache.c79 regcache(const char* pattern, regflags_t reflags, int* status) in regcache() function