Lines Matching refs:ptrBuffer
63 ptrBuffer[idx] = nil;
87 tmp = ptrBuffer[idx];
105 tmp = ptrBuffer[idx];
121 tmp = ptrBuffer[idx];
127 ptrBuffer[idx] = nil;
136 if (ptrBuffer[i] != nil) {
154 if ((anElement = ptrBuffer[i]) != nil) {
201 for( np = self->ptrBuffer[[self hash:s]]; np != nil; np = [np getfNext] ) {
229 [sym setFNext:ptrBuffer[ lastHash ]];
230 ptrBuffer[ lastHash ] = sym;
232 return( ptrBuffer[ lastHash ] );
255 for ( tmp = self->ptrBuffer[idx], np = self->ptrBuffer[idx]; np != nil; np = [np getfNext] ) {
280 // install symbol in ptrBuffer
298 for( np = self->ptrBuffer[ttype]; np != nil; np = [np getfNext] ) {
313 np = ptrBuffer[idx];
322 // create node and install node in ptrBuffer
331 // create node and install node in ptrBuffer
341 [np1 setFNext:self->ptrBuffer[ self->lastHash ]];
342 self->ptrBuffer[ self->lastHash ] = np1;
346 // ptrBuffer[idx] = np;
351 // create node and install node in ptrBuffer
359 ptrBuffer[ttype] = np;