Home | History | Annotate | Download | only in Framework

Lines Matching full:fnext

37 @synthesize fNext;
52 fNext = nil;
61 fNext = np;
72 if (fNext) [fNext dealloc];
83 copy.fNext = fNext;
90 node.fNext = (id<ANTLRLinkList>)self.fNext;
91 if (node.fNext != nil)
92 node.fNext.fPrev = node;
93 self.fNext = node;
99 node.fNext = self;
102 node.fPrev.fNext = node;
109 return(fNext);
114 fNext = np;