Home
last modified time | relevance | path

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

/trunk/main/rsc/source/prj/
H A Dgui.cxx83 RscError* pErrHdl = new RscError( lcl_determineVerbosity( argc, argv ) ); local
85 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;
/trunk/main/rsc/source/parser/
H A Drscdb.cxx56 RscTypCont :: RscTypCont( RscError * pErrHdl, in RscTypCont() argument
90 pEH = pErrHdl; in RscTypCont()

Completed in 20 milliseconds