Home | History | Annotate | Download | only in dist

Lines Matching refs:curstat

263 	f->curstat = 2;
274 f->curstat = cgoto(f, 2, HAT);
282 if (f->curstat != 2)
283 --(*f->posns[f->curstat]);
285 return f->curstat;
1530 resize_state(f, f->curstat > s ? f->curstat : s);
1532 for (i = 1; i <= f->curstat; i++) {
1547 ++(f->curstat);
1548 resize_state(f, f->curstat);
1549 clear_gototab(f, f->curstat);
1550 xfree(f->posns[f->curstat]);
1553 f->posns[f->curstat] = p;
1555 set_gototab(f, s, c, f->curstat);
1559 f->out[f->curstat] = 1;
1561 f->out[f->curstat] = 0;
1562 return f->curstat;
1575 for (i = 0; i <= f->curstat; i++)