Home
last modified time | relevance | path

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

/dports/biology/mothur/mothur-1.46.1/source/uchime_src/
H A Dmyopts.h112 TOG_OPT( trace, false)
115 TOG_OPT( verbose, false)
117 TOG_OPT( rev, false)
121 TOG_OPT( flushuc, false)
124 TOG_OPT( usort, true)
125 TOG_OPT( nb, false)
126 TOG_OPT( twohit, true)
127 TOG_OPT( ssort, false)
131 TOG_OPT( ucl, false)
133 TOG_OPT( skipgaps, true)
[all …]
H A Dmyutils.h253 #define TOG_OPT(LongName, Default) extern bool opt_##LongName; extern bool optset_##LongName; macro
261 #undef TOG_OPT
H A Dmyutils.cpp1354 #undef TOG_OPT
1361 #define TOG_OPT(LongName, Default) bool opt_##LongName; bool optset_##LongName; macro
1538 #undef TOG_OPT in MyCmdLine()
1545 #define TOG_OPT(LongName, Default) DefineTogOpt(#LongName, Default, "help", (void *) &opt_##Long… in MyCmdLine() macro