Lines Matching refs:pString

192 		ByteString *pString = pDepList->First();  in ~CommandData()  local
193 while ( pString ) in ~CommandData()
195 delete pString; in ~CommandData()
196 pString = pDepList->Next(); in ~CommandData()
204 ByteString *pString = pCommandList->First(); in ~CommandData() local
205 while ( pString ) in ~CommandData()
207 delete pString; in ~CommandData()
208 pString = pCommandList->Next(); in ~CommandData()
396 ByteString *pString = pModeList->First(); in ~DepInfo() local
397 while ( pString ) in ~DepInfo()
399 delete pString; in ~DepInfo()
400 pString = pModeList->Next(); in ~DepInfo()
495 ByteString* pString = GetObject( nRet )->GetProject(); in IsString() local
496 if ( *pString == *pStr ) in IsString()
503 ByteString* pString = GetObject( 0 )->GetProject(); in IsString() local
504 if ( pString && (*pString == *pStr) ) in IsString()
523 ByteString* pString; in GetPrevString() local
529 pString = GetObject( nCurrent )->GetProject(); in GetPrevString()
530 int nResult = pStr->CompareTo( *pString ); in GetPrevString()
566 ByteString *pString = pList->First(); in PutModeString() local
567 while ( pString ) in PutModeString()
569 if (*pString == *pStr) in PutModeString()
574 pString = pList->Next(); in PutModeString()
609 ByteString* pString = pInfo->GetProject(); in PutString() local
610 if ( pString->CompareTo( *pStr ) == COMPARE_GREATER ) in PutString()
625 ByteString* pString = GetObject( nPos )->GetProject(); in PutString() local
626 if ( *pStr != *pString ) in PutString()
833 ByteString *pString = pStringList->First(); in RemoveStringList() local
834 while ( pString ) in RemoveStringList()
836 delete pString; in RemoveStringList()
837 pString = pStringList->Next(); in RemoveStringList()
1006 ByteString* pString; in RemoveDirectory() local
1010 pString = pDataDeps->GetObject( j - 1 ); in RemoveDirectory()
1011 if ( pString->GetToken( 0, '.') == aLogFileName ) in RemoveDirectory()
1012 pDataDeps->Remove( pString ); in RemoveDirectory()
2009 ByteString *pString = pAllDepMode->First(); in ClearAvailableDeps() local
2010 while ( pString ) in ClearAvailableDeps()
2012 delete pString; in ClearAvailableDeps()
2013 pString = pAllDepMode->Next(); in ClearAvailableDeps()
2039 ByteString *pString = pDepMode->First(); in ClearCurrentDeps() local
2040 while ( pString ) in ClearCurrentDeps()
2042 delete pString; in ClearCurrentDeps()
2043 pString = pDepMode->Next(); in ClearCurrentDeps()
2091 ByteString *pString = pDepList->First(); in SetCurrentDeps() local
2092 while ( pString ) in SetCurrentDeps()
2094 ByteString* pStr = new ByteString (*pString); in SetCurrentDeps()
2097 pString = pDepList->Next(); in SetCurrentDeps()
2803 ByteString* pString; in RemoveProject() local
2807 pString = pPrjDeps->GetObject( j - 1 ); in RemoveProject()
2808 if ( pString->GetToken( 0, '.') == aProjectName ) in RemoveProject()
2809 pPrjDeps->Remove( pString ); in RemoveProject()