Searched defs:compiled_regex (Results 1 – 1 of 1) sorted by relevance
44 struct compiled_regex { struct45 bool match_words;46 bool match_lines;47 char eolbyte;50 struct dfa dfa;53 struct patterns59 } *patterns;60 size_t pcount;84 kwsmusts (struct compiled_regex *cregex, in kwsmusts() argument