Searched refs:pEShell (Results 1 – 2 of 2) sorted by relevance
46 #define FOREACHSHELL_START( pEShell ) \ argument48 ViewShell *_pStartShell = pEShell; \53 #define FOREACHSHELL_END( pEShell ) \ argument55 } while((_pStartShell=(ViewShell*)_pStartShell->GetNext())!= pEShell ); \
1065 #define FOREACHSHELL_START( pEShell ) \ argument1067 ViewShell *_pStartShell = pEShell; \1072 #define FOREACHSHELL_END( pEShell ) \ argument1074 } while((_pStartShell=(ViewShell*)_pStartShell->GetNext())!= pEShell ); \
Completed in 24 milliseconds