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_ExternNamespace) in do_Init()
364 throw command::X_CommandLine( in do_Init()
369 else if (*it == command::C_opt_ExternRoot) in do_Init()
392 else if ( *it == command::C_opt_Parse ) in do_Init()
399 throw command::X_CommandLine( in do_Init()
411 catch ( command::X_CommandLine & xxx ) in do_Init()
449 throw command::X_CommandLine("Invalid file in option -I:<command-file>."); in load_IncludedCommands()
505 throw command::X_CommandLine( "Missing or invalid number in -v option." ); in do_clVerbose()
514 command::Command * in do_clParse()
515 pCmd_Parse = new command::Parse; in do_clParse()
524 pCommand_CreateHtml = new command::CreateHtml; in do_clCreateHtml()
543 const command::Command * const & in operator ()()
545 const command::Command * const & in operator ()()