Searched refs:statenum (Results 1 – 1 of 1) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | lemon.c | 362 int statenum; /* Sequential number for this state */ member 998 stp->statenum = lemp->nstate++; /* Every state gets a sequence number */ in getstate() 3343 fprintf(out,"%12s%s (state %2d) ","",tag,plp->cfp->stp->statenum); 3363 fprintf(fp,"%*s shift %-7d",indent,ap->sp->name,stp->statenum); in PrintAction() 3391 indent,ap->sp->name,ap->x.stp->statenum); in PrintAction() 3396 indent,ap->sp->name,ap->x.stp->statenum); in PrintAction() 3433 fprintf(fp,"State %d:\n",stp->statenum); in ReportOutput() 3572 case SHIFT: act = ap->x.stp->statenum; break; in compute_action() 4567 i, stp->statenum, ax[i].isTkn ? "Token" : "Var ", in ReportTable() 5116 n = pB->statenum - pA->statenum; in stateResortCompare() [all …]
|