Lines Matching defs:regex
64 /* Xedit regex data */
65 re_cod regex;
71 /* String and flags used to compile regex */
864 refree(&einfo.regex);
865 /* Allow nuls in search regex */
866 einfo.regex.re_endp = pptr;
867 ecode = recomp(&einfo.regex, einfo.subst_pattern, einfo.flags);
956 ecode = reexec(&einfo.regex, line,
1133 reerror(ecode, &einfo.regex,
1137 refree(&einfo.regex);