Home
last modified time | relevance | path

Searched refs:pWith (Results 1 – 1 of 1) sorted by relevance

/trunk/main/tools/source/fsys/
H A Ddirent.cxx1479 DirEntry *pWith = (DirEntry *)&rEntry; in operator ==() local
1480 while( pThis && pWith && (pThis->eFlag == pWith->eFlag) ) in operator ==()
1482 if ( CMP_LOWER(pThis->aName) != CMP_LOWER(pWith->aName) ) in operator ==()
1485 pWith = pWith->pParent; in operator ==()
1488 return ( !pThis && !pWith ); in operator ==()

Completed in 26 milliseconds