Searched refs:pDepList (Results 1 – 3 of 3) sorted by relevance
182 pDepList = 0; in CommandData()190 if ( pDepList ) in ~CommandData()198 delete pDepList; in ~CommandData()200 pDepList = NULL; in ~CommandData()306 if (pDepList) in operator >>()349 if (pDepList) in operator <<()353 if (!pDepList) in operator <<()359 if (pDepList) in operator <<()1032 if (pDepList) in ExtractDependencies()1895 pDepList = 0; in InsertTokenLine()[all …]
80 SByteStringList *pDepList; member in CommandData118 SByteStringList* GetDependencies(){return pDepList;} in GetDependencies()119 void SetDependencies( SByteStringList *pList ){pDepList = pList;} in SetDependencies()437 void SetCurrentDeps (SByteStringList* pDepList);
2075 RscDepend * pDep = pDepList->First();
Completed in 37 milliseconds