Lines Matching refs:dfa
126 Do regex matching purely with regex, not regex + dfa + kwset.
127 * dfa.h: Remove file.
128 * dfa.c: Remove file.
142 (struct compiled_regex): Remove fields dfa, ckwset,
211 * dfa.c (delete_pos): Renamed from remove.
218 * dfa.h (token): Typedef as int.
219 * dfa.c (remove): Renamed from delete.
291 * dfa.c (update_mb_len_index): Change argument type to 'const char *'.
325 * dfa.c (lex): Remove non-constant initializers.
334 * dfa.c (dfaexec): Avoid continuing the loop past the end of the
339 * dfa.c (parse_bracket_exp_mb): Don't confuse wctype_t with wchar_t.
356 * dfa.h: From grep-2.5.1 with modifications.
357 * dfa.c: From grep-2.5.1 with modifications.