Home
last modified time | relevance | path

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

/freebsd-12.1/gnu/usr.bin/grep/
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.c1402 copy (position_set const *src, position_set *dst) in copy()
1416 insert (position p, position_set *s) in insert()
1441 merge (position_set const *s1, position_set const *s2, position_set *m) in merge()
1464 delete (position p, position_set *s) in delete()
1551 epsclosure (position_set *s, struct dfa const *d) in epsclosure()
1675 position_set tmp; /* Temporary set for merging sets. */ in dfaanalyze()
1676 position_set merged; /* Result of merging sets. */ in dfaanalyze()
1711 CALLOC(d->follows, position_set, d->tindex); in dfaanalyze()
1947 position_set tmp; /* Temporary space for merging sets. */ in dfastate()
2610 int *match_lens, int *mbclen, position_set *pps) in transit_state_consume_1char()
[all …]