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