Lines Matching defs:states
133 FID *posbase; /* Array of IDs from all states */
143 int nstates; /* Number of current states defined */
144 int statelim; /* Limit on number of states before flushing */
145 State *states; /* Array of states */
519 (void) printf("state %d: char '%c'\n", s-r->states, *b);
646 s = r->states + getstate(r, ps);
668 (void) printf("new state[%d] %s%s\n", s-r->states, buf,
688 (void) printf("nextstate(%d, '%c'): found %s\n", s-r->states,
700 s-r->states, a, news);
840 r->states = (State *)egmalloc(r->statelim * sizeof (State));
851 r->nstates = 0; /* reclaim space for states and positions */
888 for (i = 0, s = r->states; i < r->nstates; i++, s++) {