Searched refs:firstpos (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c1627 Firstpos: The firstpos of a node is the set of positions (nonempty leaves)
1630 * EMPTY leaves have empty firstpos.
1631 * The firstpos of a nonempty leaf is that leaf itself.
1632 * The firstpos of a QMARK, STAR, or PLUS node is the firstpos of its
1634 * The firstpos of a CAT node is the firstpos of the left argument, union
1635 the firstpos of the right if the left argument is nullable.
1636 * The firstpos of an OR node is the union of firstpos o
1671 position *firstpos; /* Array where firstpos elements are stored. */ local
[all...]

Completed in 104 milliseconds