Searched refs:compiled_regex (Results 1 – 2 of 2) sorted by relevance
51 struct compiled_regex { struct66 struct compiled_regex *cregex; in compile() argument68 cregex = XMALLOC (struct compiled_regex); in compile()69 memset (cregex, '\0', sizeof (struct compiled_regex)); in compile()153 struct compiled_regex *cregex = (struct compiled_regex *) compiled_pattern; in EGexecute()245 struct compiled_regex *cregex = (struct compiled_regex *) compiled_pattern; in EGfree()
142 (struct compiled_regex): Remove fields dfa, ckwset,233 compiled_regex.