Lines Matching refs:nAction
405 int nAction; /* Number of used slots in aAction[] */ member
420 #define acttab_size(X) ((X)->nAction)
490 if( p->nAction + n >= p->nActionAlloc ){ in acttab_insert()
492 p->nActionAlloc = p->nAction + n + p->nActionAlloc + 20; in acttab_insert()
512 for(i=0; i<p->nAction+p->mnLookahead; i++){ in acttab_insert()
520 for(j=0; j<p->nAction; j++){ in acttab_insert()
523 if( j==p->nAction ){ in acttab_insert()
530 if( k<0 || k>=p->nAction ) break; in acttab_insert()
536 for(j=0; j<p->nAction; j++){ in acttab_insert()
549 if( k>=p->nAction ) p->nAction = k+1; in acttab_insert()
3146 int nAction; /* Number of actions */ member
3155 return p2->nAction - p1->nAction; in axset_compare()
3299 ax[i*2].nAction = stp->nTknAct;
3302 ax[i*2+1].nAction = stp->nNtAct;
3313 for(i=0; i<lemp->nstate*2 && ax[i].nAction>0; i++){