Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dm-regex.c44 struct compiled_regex { struct
45 bool match_words;
46 bool match_lines;
47 char eolbyte;
50 struct dfa dfa;
53 struct patterns
59 } *patterns;
60 size_t pcount;
84 kwsmusts (struct compiled_regex *cregex, in kwsmusts() argument