Searched refs:pErrHdl (Results 1 – 2 of 2) sorted by relevance
83 RscError* pErrHdl = new RscError( lcl_determineVerbosity( argc, argv ) ); local85 RscCmdLine* pCmdLine = new RscCmdLine( argc, (char **)argv, pErrHdl );87 RscCmdLine* pCmdLine = new RscCmdLine( argc, argv, pErrHdl );89 RscTypCont* pTypCont = new RscTypCont( pErrHdl,94 if( pErrHdl->nErrors )108 delete pErrHdl;
56 RscTypCont :: RscTypCont( RscError * pErrHdl, in RscTypCont() argument90 pEH = pErrHdl; in RscTypCont()
Completed in 36 milliseconds