Home | History | Annotate | Download | only in common

Lines Matching refs:cmdLine

92 		de::cmdline::parseType(val.c_str(), &intVal);
97 void registerOptions (de::cmdline::Parser& parser)
99 using de::cmdline::Option;
100 using de::cmdline::NamedValue;
165 void registerLegacyOptions (de::cmdline::Parser& parser)
167 using de::cmdline::Option;
456 * \param cmdLine Full command line string.
458 CommandLine::CommandLine (const std::string& cmdLine)
462 if (!parse(cmdLine))
490 de::cmdline::Parser parser;
556 * \param cmdLine Full command line string.
558 bool CommandLine::parse (const std::string& cmdLine)
560 deCommandLine* parsedCmdLine = deCommandLine_parse(cmdLine.c_str());