Home
last modified time | relevance | path

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

/dports/graphics/f3d/f3d-1.2.1/src/
H A DF3DOptions.cxx157 …void PrintHelpPair(const std::string& key, const std::string& help, int keyWidth = 10, int helpWid…
310 void ConfigurationOptions::PrintHelpPair(const std::string& key, const std::string& help, int keyWi… in PrintHelpPair() function in ConfigurationOptions
367 this->PrintHelpPair(key.first, key.second); in PrintHelp()
373 this->PrintHelpPair(example.first, example.second, 50); in PrintHelp()