Lines Matching refs:argv
73 extern char *GetOutputFile( int argc, char* argv[]) in GetOutputFile() argument
90 if ( ByteString( argv[ i ] ).ToUpperAscii() == "-I" ) { in GetOutputFile()
93 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-O" ) { in GetOutputFile()
96 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-P" ) { in GetOutputFile()
99 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-R" ) { in GetOutputFile()
102 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-M" ) { in GetOutputFile()
105 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-E" ) { in GetOutputFile()
109 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-UTF8" ) { in GetOutputFile()
113 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-NOUTF8" ) { in GetOutputFile()
117 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-L" ) { in GetOutputFile()
120 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-ISO99" ) { in GetOutputFile()
129 sInputFileName = argv[ i ]; in GetOutputFile()
134 sOutputFile = argv[ i ]; // the dest. file in GetOutputFile()
138 sPrj = ByteString( argv[ i ]); in GetOutputFile()
142 sPrjRoot = ByteString( argv[ i ]); // path to project root in GetOutputFile()
146 sMergeSrc = ByteString( argv[ i ]); in GetOutputFile()
151 Export::sLanguages = ByteString( argv[ i ]); in GetOutputFile()