Lines Matching refs:pDepList

182 	pDepList = 0;  in CommandData()
190 if ( pDepList ) in ~CommandData()
192 ByteString *pString = pDepList->First(); in ~CommandData()
196 pString = pDepList->Next(); in ~CommandData()
198 delete pDepList; in ~CommandData()
200 pDepList = NULL; in ~CommandData()
306 if (pDepList) in operator >>()
309 *pDepList >> rStream; in operator >>()
349 if (pDepList) in operator <<()
350 pDepList->CleanUp(); in operator <<()
353 if (!pDepList) in operator <<()
354 pDepList = new SByteStringList(); in operator <<()
355 *pDepList << rStream; in operator <<()
359 if (pDepList) in operator <<()
360 DELETEZ (pDepList); in operator <<()
934 SByteStringList * pDepList = pInfo->GetModeList(); in SetMode() local
935 ByteString *pModString = pDepList->First(); in SetMode()
954 pModString = pDepList->Next(); in SetMode()
1031 SByteStringList* pDepList = pData->GetDependencies(); in ExtractDependencies() local
1032 if (pDepList) in ExtractDependencies()
1034 ByteString * pDepStr = pDepList->First(); in ExtractDependencies()
1049 pDepStr = pDepList->Next(); in ExtractDependencies()
1704 SByteStringList *pDepList = NULL; in InsertTokenLine() local
1728 pDepList = 0; in InsertTokenLine()
1819 if ( !pDepList ) in InsertTokenLine()
1820 pDepList = new SByteStringList; in InsertTokenLine()
1826 pDepList->PutString( pStr ); in InsertTokenLine()
1892 if ( pDepList ) in InsertTokenLine()
1893 pCmdData->SetDependencies( pDepList ); in InsertTokenLine()
1895 pDepList = 0; in InsertTokenLine()
1916 if ( pDepList ) in InsertTokenLine()
1917 delete pDepList; in InsertTokenLine()
2083 void Star::SetCurrentDeps (SByteStringList* pDepList) in SetCurrentDeps() argument
2088 if (pDepList) in SetCurrentDeps()
2091 ByteString *pString = pDepList->First(); in SetCurrentDeps()
2097 pString = pDepList->Next(); in SetCurrentDeps()