Lines Matching full:fnext
60 fNext = nil;
66 if ( fNext != nil ) {
67 Scope = ((ANTLRHashMap *)fNext)->Scope+1;
69 ptrBuffer[idx] = ((ANTLRHashMap *)fNext)->ptrBuffer[idx];
82 fNext = nil;
88 if ( fNext != nil ) {
89 Scope = ((ANTLRHashMap *)fNext)->Scope+1;
91 ptrBuffer[idx] = ((ANTLRHashMap *)fNext)->ptrBuffer[idx];
107 if ( self.fNext != nil ) {
110 while ( tmp && tmp != [((ANTLRHashMap *)fNext) getptrBufferEntry:idx] ) {
113 tmp = (ANTLRMapElement *)tmp.fNext;
152 if ( self.fNext != nil ) {
155 while ( tmp && tmp != (ANTLRLinkBase *)[((ANTLRHashMap *)fNext) getptrBufferEntry:idx] ) {
171 ((ANTLRHashMap *)htmp)->fNext = *map;
172 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1];
174 htmp->ptrBuffer[idx] = ((ANTLRHashMap *)htmp->fNext)->ptrBuffer[idx];
189 if ( (*map)->fNext != nil ) {
190 *map = (ANTLRHashMap *)htmp->fNext;
204 *map = (ANTLRHashMap *)htmp->fNext;
251 else if ( fNext ) {
252 return( [((ANTLRHashMap *)fNext) findscope:scope] );
493 np.fNext = ptrBuffer[ LastHash ];