Home
last modified time | relevance | path

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

/dragonfly/contrib/grep/lib/
H A Ddfa.h29 struct dfamust struct
81 extern struct dfamust *dfamust (struct dfa const *);
84 extern void dfamustfree (struct dfamust *);
H A Ddfa.c4057 struct dfamust *
4058 dfamust (struct dfa const *d) in dfamust() function
4274 struct dfamust *dm = NULL; in dfamust()
4277 dm = xmalloc (FLEXSIZEOF (struct dfamust, must, strlen (result) + 1)); in dfamust()
4295 dfamustfree (struct dfamust *dm) in dfamustfree()
/dragonfly/contrib/grep/src/
H A Ddfasearch.c73 struct dfamust *dm = dfamust (dc->dfa); in kwsmusts()