Home
last modified time | relevance | path

Searched refs:position_set (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.h216 } position_set; typedef
224 position_set elems; /* Positions this state could match. */
231 position_set mbps; /* Positions which can match multibyte
318 position_set *follows; /* Array of follow sets, indexed by position
H A Ddfa.c1383 copy (position_set const *src, position_set *dst) in copy()
1397 insert (position p, position_set *s) in insert()
1422 merge (position_set const *s1, position_set const *s2, position_set *m) in merge()
1445 delete (position p, position_set *s) in delete()
1462 state_index (struct dfa *d, position_set const *s, int newline, int letter) in state_index()
1532 epsclosure (position_set *s, struct dfa const *d) in epsclosure()
1656 position_set tmp; /* Temporary set for merging sets. */ in dfaanalyze()
1657 position_set merged; /* Result of merging sets. */ in dfaanalyze()
1692 CALLOC(d->follows, position_set, d->tindex); in dfaanalyze()
1915 position_set grps[NOTCHAR]; /* As many as will ever be needed. */ in dfastate()
[all …]
/netbsd-src/external/gpl2/grep/dist/src/
H A Ddfa.h235 } position_set; typedef
243 position_set elems; /* Positions this state could match. */
250 position_set mbps; /* Positions which can match multibyte
337 position_set *follows; /* Array of follow sets, indexed by position
H A Ddfa.c1404 copy (position_set const *src, position_set *dst) in copy()
1418 insert (position p, position_set *s) in insert()
1443 merge (position_set const *s1, position_set const *s2, position_set *m) in merge()
1466 delete (position p, position_set *s) in delete()
1483 state_index (struct dfa *d, position_set const *s, int newline, int letter) in state_index()
1553 epsclosure (position_set *s, struct dfa const *d) in epsclosure()
1677 position_set tmp; /* Temporary set for merging sets. */ in dfaanalyze()
1678 position_set merged; /* Result of merging sets. */ in dfaanalyze()
1713 CALLOC(d->follows, position_set, d->tindex); in dfaanalyze()
1936 position_set grps[NOTCHAR]; /* As many as will ever be needed. */ in dfastate()
[all …]