Searched refs:nLookaheadAlloc (Results 1 – 1 of 1) sorted by relevance
416 int nLookaheadAlloc; /* Slots allocated in aLookahead[] */ member449 if( p->nLookahead>=p->nLookaheadAlloc ){ in acttab_action()450 p->nLookaheadAlloc += 25; in acttab_action()452 sizeof(p->aLookahead[0])*p->nLookaheadAlloc ); in acttab_action()