Home
last modified time | relevance | path

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

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

Completed in 24 milliseconds