Home | History | Annotate | Download | only in src

Lines Matching defs:nRef

337   ** Because no reference was made to outer contexts, the pNC->nRef
391 /* Increment the nRef value on all name contexts from TopNC up to
395 pTopNC->nRef++;
585 int nRef = pNC->nRef;
592 assert( pNC->nRef>=nRef );
593 if( nRef!=pNC->nRef ){