Lines Matching full:boot
1314 boot[i]=NULL;
1324 otherElem = other.boot[bootIndex];
1331 if ( this->boot[bootIndex]== NULL ) {
1332 this->boot[bootIndex] = curElem;
1356 curElem = boot[baseChar-CAP_A];
1360 curElem = boot[26+baseChar-LOW_A];
1371 if (boot[i]!=NULL ) {
1372 delete boot[i];
1373 boot[i]=NULL;
1390 baseElem = boot[baseChar-CAP_A];
1394 baseElem = boot[26+baseChar-LOW_A];
1409 boot[26 + (baseChar-LOW_A)] = curElem;
1412 boot[baseChar-CAP_A] = curElem;
1485 // find boot entry
1533 if ( boot[bootIndex]==other.boot[bootIndex] ) {
1536 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) {
1539 PtnElem *otherElem = other.boot[bootIndex];
1540 PtnElem *myElem = boot[bootIndex];
1952 if ( patternMap->boot[headIndex] != NULL ) {
1980 if ( patternMap->boot[bootIndex] != NULL ) {
1981 nodePtr = patternMap->boot[bootIndex];
2079 curElem = patternMap.boot[bootIndex];