Home
last modified time | relevance | path

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

/trunk/main/rsc/inc/
H A Drscerror.h127 FILE * fListing; member in RscError
138 fListing = NULL; in RscError()
143 fListing = fList; in SetListFile()
146 return fListing; in GetListFile()
H A Drscrsc.hxx118 FILE * fListing; // Ausgabedatei fuer Listings member in RscCompiler
/trunk/main/rsc/source/rsc/
H A Drsc.cxx404 fListing = NULL; in RscCompiler()
413 if ( NULL == (fListing = fopen( pCL->aOutputLst.GetBuffer(), "w" )) ) in RscCompiler()
415 pTC->pEH->SetListFile( fListing ); in RscCompiler()
443 if( fListing ) in ~RscCompiler()
444 fclose( fListing ); in ~RscCompiler()
512 pTC->pEH->SetListFile( fListing ); in Start()
/trunk/main/rsc/source/parser/
H A Derscerr.cxx101 if( fListing && pStr ) in LstOut()
102 fprintf( fListing, "%s", pStr ); in LstOut()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscerror.doc1964 fListing darf auch NULL sein, dann wird kein Listing erzeugt.

Completed in 33 milliseconds