Lines Matching refs:position_set
1404 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()
1948 position_set follows; /* Union of the follows of some group. */ in dfastate()
1949 position_set tmp; /* Temporary space for merging sets. */ in dfastate()
2610 int *match_lens, int *mbclen, position_set *pps) in transit_state_consume_1char()
2667 position_set follows; in transit_state()