Lines Matching refs:command
253 pSinceTransformator(new command::SinceTagTransformationData), in CommandLine()
348 if ( *it == command::C_opt_Verbose ) in do_Init()
350 else if ( *it == command::C_opt_LangAll in do_Init()
351 OR *it == command::C_opt_Name in do_Init()
352 OR *it == command::C_opt_DevmanFile ) in do_Init()
354 else if (*it == command::C_opt_CreateHtml) in do_Init()
356 else if (*it == command::C_opt_SinceFile) in do_Init()
358 else if (*it == command::C_opt_IgnoreDefine) in do_Init()
363 else if (*it == command::C_opt_ExternNamespace) in do_Init()
369 throw command::X_CommandLine( in do_Init()
374 else if (*it == command::C_opt_ExternRoot) in do_Init()
397 else if ( *it == command::C_opt_Parse ) in do_Init()
404 throw command::X_CommandLine( in do_Init()
416 catch ( command::X_CommandLine & xxx ) in do_Init()
454 throw command::X_CommandLine("Invalid file in option -I:<command-file>."); in load_IncludedCommands()
510 throw command::X_CommandLine( "Missing or invalid number in -v option." ); in do_clVerbose()
519 command::Command * in do_clParse()
520 pCmd_Parse = new command::Parse; in do_clParse()
529 pCommand_CreateHtml = new command::CreateHtml; in do_clCreateHtml()
548 const command::Command * const & in operator ()()
550 const command::Command * const & in operator ()()