Lines Matching defs:nLabel
19133 int nLabel; /* The *negative* of the number of labels used */
82576 assert( pParse->nLabel==0 );
83081 ** Parse.nLabel The *negative* of the number of labels that have
83087 return --pParse->nLabel;
83096 int nNewSize = 10 - p->nLabel;
83114 assert( j<-p->nLabel );
83121 if( p->nLabelAlloc + p->nLabel < 0 ){
83407 assert( ADDR(pOp->p2)<-pParse->nLabel );
83426 pParse->nLabel = 0;
83477 if( j>=-pParse->nLabel || pParse->aLabel[j]<0 ){