Home | History | Annotate | Download | only in Framework

Lines Matching full:nil

58 	if ((self = [super initWithLen:HASHSIZE]) != nil) {
59 fNext = nil;
61 ptrBuffer[idx] = nil;
69 if ((self = [super initWithLen:aBuffSize]) != nil) {
82 if ( self.fNext != nil ) {
100 if ( self.fNext != nil ) {
124 ptrBuffer[idx] = nil;
134 if ((anElement = ptrBuffer[i]) != nil) {
148 if ( np.fNext != nil )
160 while ( np != nil ) {
166 return( nil );