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