Searched refs:statenum (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 361 int statenum; /* Sequential number for this state */ member 997 stp->statenum = lemp->nstate++; /* Every state gets a sequence number */ in getstate() 3342 fprintf(out,"%12s%s (state %2d) ","",tag,plp->cfp->stp->statenum); 3362 fprintf(fp,"%*s shift %-7d",indent,ap->sp->name,stp->statenum); in PrintAction() 3390 indent,ap->sp->name,ap->x.stp->statenum); in PrintAction() 3395 indent,ap->sp->name,ap->x.stp->statenum); in PrintAction() 3432 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 …]
|