Searched refs:fListing (Results 1 – 5 of 5) sorted by relevance
127 FILE * fListing; member in RscError138 fListing = NULL; in RscError()143 fListing = fList; in SetListFile()146 return fListing; in GetListFile()
118 FILE * fListing; // Ausgabedatei fuer Listings member in RscCompiler
404 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()
101 if( fListing && pStr ) in LstOut()102 fprintf( fListing, "%s", pStr ); in LstOut()
1964 fListing darf auch NULL sein, dann wird kein Listing erzeugt.
Completed in 30 milliseconds