Home
last modified time | relevance | path

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

/AOO42X/main/rsc/source/parser/
H A Derscerr.cxx112 void RscError::StdLstOut( const char * pStr ){ in StdLstOut() function in RscError
195 StdLstOut( "Copyright (C) 2000, 2010 Oracle and/or its affiliates.\n" ); in WriteError()
199 StdLstOut( "DataVersion: " ); in WriteError()
202 StdLstOut( buf ); in WriteError()
205 StdLstOut( "Command line: rsc [Switches] <Source File(s)>\n" ); in WriteError()
206 StdLstOut( "Command line: rsc @<Command File>\n" ); in WriteError()
207 StdLstOut( "-h shows this help.\n" ); in WriteError()
208 StdLstOut( "-p No Preprocessor.\n" ); in WriteError()
209 StdLstOut( "-s Syntax analysis, creates .srs file\n"); in WriteError()
210 StdLstOut( "-l Linker, links files created with rsc -s,\n" ); in WriteError()
[all …]
/AOO42X/main/rsc/inc/
H A Drscerror.h131 void StdLstOut( const char * pStr );