Searched refs:dfamust (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.h259 struct dfamust struct
263 struct dfamust *next;
368 struct dfamust *musts; /* List of strings, at least one of which
H A Ddfa.c129 static void dfamust PARAMS ((struct dfa *dfa));
2952 if (case_fold) /* dummy folding in service of dfamust() */
2972 dfamust(d);
2982 dfamust(d);
2992 struct dfamust *dm, *ndm;
3068 d->must (where "d" is the single argument passed to "dfamust");
3342 dfamust (struct dfa *dfa) function
3352 struct dfamust *dm;
3376 fprintf(stderr, "dfamust:\n");
3568 dm = (struct dfamust *) mallo
[all...]
H A Dsearch.c132 struct dfamust const *dm;

Completed in 160 milliseconds