Home | History | Annotate | Download | only in common

Lines Matching full:state

76     uint32_t         fFTable;         /*  forward state transition table. */
78 uint32_t fRTable; /* Offset to the reverse state transition table. */
98 int16_t fAccepting; /* Non-zero if this row is for an accepting state. */
99 /* Value 0: not an accepting state. */
100 /* -1: Unconditional Accepting state. */
104 /* state, at actual boundary pos. */
105 int16_t fLookAhead; /* Non-zero if this row is for a state that */
109 /* in a different state. */
115 uint16_t fNextState[2]; /* Next State, indexed by char category. */
117 /* state table header. */
125 uint32_t fRowLen; /* Length of a state table row, in bytes. */
126 uint32_t fFlags; /* Option Flags for this state table */