Home
last modified time | relevance | path

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

/dports/biology/clustalw/clustalw-2.1/src/general/
H A Dclustalw.h212 const char default_commandsep = '-'; variable
218 const char default_commandsep = '/'; variable
224 const char default_commandsep = '-'; variable
/dports/biology/clustalw/clustalw-2.1/src/interface/
H A DCommandLineParser.cpp504 cout << "\t\t" << default_commandsep << cmdLineVerb[i].str in parseParams()
522 cout<<"\t\t" << default_commandsep << cmdLineFile[i].str in parseParams()
541 cout <<"\t\t" << default_commandsep << cmdLinePara[i].str in parseParams()
701 cout << "interactive menu: overriding " << default_commandsep << "quiet" << std::endl; in parseParams()
1217 … cerr << "Error: parameter required for " << default_commandsep << (*params)[i] << endl; in checkParam()
1271 … cerr << "Error: parameter required for " << default_commandsep << (*params)[i] << endl; in checkParam()
1307 … cerr << "Error: parameter required for " << default_commandsep << (*params)[i] << endl; in checkParam()
1323 cerr << "Error: unknown option " << default_commandsep << (*params)[i] << endl; in checkParam()
2785 msg += default_commandsep;// has to be added separately in reportBadOptionAndExit()
2793 msg += default_commandsep;// has to be added separately in reportInvalidOptionAndExit()