Searched refs:nLabel (Results 1 – 1 of 1) sorted by relevance
20288 int nLabel; /* The *negative* of the number of labels used */ member85937 assert( pParse->nLabel==0 );86506 return --pParse->nLabel;86515 int nNewSize = 10 - p->nLabel;86536 assert( j<-p->nLabel );86543 if( p->nLabelAlloc + p->nLabel < 0 ){86835 assert( ADDR(pOp->p2)<-pParse->nLabel );86864 pParse->nLabel = 0;86919 if( j>=-pParse->nLabel || pParse->aLabel[j]<0 ){