Home
last modified time | relevance | path

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

/dports/textproc/highlight/highlight-4.1/src/cli/
H A Dmain.cpp601 …if ( suffix.empty() && options.forceOutput()) suffix=options.getFallbackSyntax(); //avoid segfault in run()
617 if (!Platform::fileExists(langDefPath) && !options.getFallbackSyntax().empty()) { in run()
618 langDefPath = dataDir.getLangPath ( options.getFallbackSyntax()+".lang" ); in run()
H A Dcmdlineoptions.h422 const std::string& getFallbackSyntax() const;
H A Dcmdlineoptions.cpp1178 const string& CmdLineOptions::getFallbackSyntax() const { in getFallbackSyntax() function in CmdLineOptions