Home
last modified time | relevance | path

Searched defs:cregex (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-tools/libgrep/
Dm-regex.c66 struct compiled_regex *cregex; in compile() local
153 struct compiled_regex *cregex = (struct compiled_regex *) compiled_pattern; in EGexecute() local
245 struct compiled_regex *cregex = (struct compiled_regex *) compiled_pattern; in EGfree() local
/third_party/gettext/libtextstyle/examples/color-filter/
Dfilter.c77 regex_t cregex; in main() local
/third_party/boost/boost/xpressive/
Dxpressive_fwd.hpp183 typedef basic_regex<char const *> cregex; typedef