Searched refs:pDep (Results 1 – 8 of 8) sorted by relevance
729 while( pDep ){ in ~RscFile()730 delete pDep; in ~RscFile()754 pDep = Last(); in Depend()755 while( pDep ){ in Depend()764 pDep = Prev(); in Depend()783 pDep = First(); in InsertDependFile()784 while( pDep ){ in InsertDependFile()787 pDep = Next(); in InsertDependFile()815 while( pDep ){ in RemoveDependFile()818 delete pDep; in RemoveDependFile()[all …]
81 RscHrcDep *pDep = new RscHrcDep; in main() local141 pDep->AddSearchPath( &aBuf[2] ); in main()160 pDep->AddSource(&aBuf[2]); in main()202 pDep->AddSearchPath( &aBuf2[2] ); in main()207 pDep->AddSearchPath( &aBuf2[2] ); in main()211 pDep->AddSource( &aBuf2[0] ); in main()276 pDep->AddSource( argv[nIndex]); in main()281 pDep->Execute(); in main()282 ByteStringList *pLst = pDep->GetDepList(); in main()302 delete pDep; in main()
231 CppDep *pDep = new CppDep( "cppdep.cxx" ); in main() local232 pDep->AddSearchPath("."); in main()233 pDep->AddSearchPath("/usr/include"); in main()234 pDep->AddSearchPath("/usr/local/include"); in main()235 pDep->AddSearchPath("/usr/include/sys"); in main()236 pDep->AddSearchPath("/usr/include/X11"); in main()237 pDep->Execute(); in main()238 delete pDep; in main()
677 RscDepend * pDep; in IncludeParser() local685 pDep = pFName->First(); in IncludeParser()686 while( pDep ) in IncludeParser()689 pDep = pFName->Next(); in IncludeParser()692 pDep = pFName->First(); in IncludeParser()693 while( pDep ) in IncludeParser()706 pDep = pFName->Next(); in IncludeParser()736 RscDepend * pDep; in ParseOneFile() local740 pDep = pFName->First(); in ParseOneFile()744 pFName->Seek( pDep ); in ParseOneFile()[all …]
190 SwDepend* pDep = (SwDepend*)pLast; in GetAnchor() local191 SwDDETable* pDDETbl = (SwDDETable*)pDep->GetToTell(); in GetAnchor()217 SwDepend* pDep = (SwDepend*)pLast; in IsInRange() local218 SwDDETable* pDDETbl = (SwDDETable*)pDep->GetToTell(); in IsInRange()
460 RscDepend * pDep; in WriteInc() local466 pDep = pFName->First(); in WriteInc()467 while( pDep ) in WriteInc()469 if( pDep->GetFileKey() != lFileKey ) in WriteInc()471 pFile = aFileTab.GetFile( pDep->GetFileKey() ); in WriteInc()479 pDep = pFName->Next(); in WriteInc()
1365 SwClient* pDep; in SetDefault() local1366 while( 0 != ( pDep = (SwClient*)aCallMod.GetDepends()) ) in SetDefault()1367 aCallMod.Remove( pDep ); in SetDefault()
2075 RscDepend * pDep = pDepList->First();2078 RscHrc aHrc( pDataBase, pDep->GetFilekey() );
Completed in 74 milliseconds