Home
last modified time | relevance | path

Searched defs:longopt (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DCommandLine.cpp219 void CommandLine::handle_bbox (InputReader &ir, const Option &opt, bool longopt) { in handle_bbox()
224 void CommandLine::handle_cache (InputReader &ir, const Option &opt, bool longopt) { in handle_cache()
235 void CommandLine::handle_color (InputReader &ir, const Option &opt, bool longopt) { in handle_color()
240 void CommandLine::handle_eps (InputReader &ir, const Option &opt, bool longopt) { in handle_eps()
245 void CommandLine::handle_exact (InputReader &ir, const Option &opt, bool longopt) { in handle_exact()
274 void CommandLine::handle_help (InputReader &ir, const Option &opt, bool longopt) { in handle_help()
279 void CommandLine::handle_keep (InputReader &ir, const Option &opt, bool longopt) { in handle_keep()
299 void CommandLine::handle_mag (InputReader &ir, const Option &opt, bool longopt) { in handle_mag()
331 void CommandLine::handle_page (InputReader &ir, const Option &opt, bool longopt) { in handle_page()
389 void CommandLine::handle_zip (InputReader &ir, const Option &opt, bool longopt) { in handle_zip()
[all …]
H A DCmdLineParserBase.cpp109 void CmdLineParserBase::error (const Option &opt, bool longopt, const char *msg) const { in error()
222 bool CmdLineParserBase::getIntArg (InputReader &ir, const Option &opt, bool longopt, int &arg) cons… in getIntArg()
238 bool CmdLineParserBase::getUIntArg (InputReader &ir, const Option &opt, bool longopt, unsigned &arg… in getUIntArg()
254 bool CmdLineParserBase::getDoubleArg (InputReader &ir, const Option &opt, bool longopt, double &arg… in getDoubleArg()
270 bool CmdLineParserBase::getStringArg (InputReader &ir, const Option &opt, bool longopt, string &arg… in getStringArg()
289 bool CmdLineParserBase::getBoolArg (InputReader &ir, const Option &opt, bool longopt, bool &arg) co… in getBoolArg()
314 bool CmdLineParserBase::getCharArg (InputReader &ir, const Option &opt, bool longopt, char &arg) co… in getCharArg()
/dports/devel/hs-git-annex/git-annex-8.20210903/Utility/
H A DOptParse.hs31 invertableSwitch longopt defv optmod = invertableSwitch' longopt defv function
42 invertableSwitch' longopt defv enmod dismod = collapse <$> many function
/dports/games/spring/spring_98.0/rts/System/Platform/
H A DCmdLineParams.cpp35 void CmdLineParams::AddSwitch(const char shortopt, std::string longopt, std::string desc) in AddSwitch()
43 void CmdLineParams::AddString(const char shortopt, std::string longopt, std::string desc) in AddString()
51 void CmdLineParams::AddInt(const char shortopt, std::string longopt, std::string desc) in AddInt()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcoligofarcfg.hpp49 …COption( int opt, const string& longopt, EArg arg, EConfigSection section, const string& help, con… in COption()
69 …void AddOption( int opt, const string& longopt, EArg arg, EConfigSection section, const string& he… in AddOption()
78 void AddFlag( int opt, const string& longopt, EConfigSection section, const string& help ) { in AddFlag()
81 …void AddOption( int opt, const string& longopt, EConfigSection section, const string& help, const … in AddOption()
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Doptions.h80 #define ACTION(longopt, shortopt, code, func) \ argument
82 #define OBSOLETE(longopt, shortopt) \ argument
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Dgetopt.c108 const struct option *longopt, int *option ) { in match_long_option()
232 const struct option *longopt; in getopt_long() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/core/
H A Dgetopt.c108 const struct option *longopt, int *option ) { in match_long_option()
232 const struct option *longopt; in getopt_long() local
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/core/
H A Dgetopt.c108 const struct option *longopt, int *option ) { in match_long_option()
232 const struct option *longopt; in getopt_long() local
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Dgetopt.c108 const struct option *longopt, int *option ) { in match_long_option()
232 const struct option *longopt; in getopt_long() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/core/
H A Dgetopt.c108 const struct option *longopt, int *option ) { in match_long_option()
232 const struct option *longopt; in getopt_long() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/core/
H A Dgetopt.c108 const struct option *longopt, int *option ) { in match_long_option()
232 const struct option *longopt; in getopt_long() local
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Dgetopt.c108 const struct option *longopt, int *option ) { in match_long_option()
232 const struct option *longopt; in getopt_long() local
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/core/
H A Dgetopt.c108 const struct option *longopt, int *option ) { in match_long_option()
232 const struct option *longopt; in getopt_long() local
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/core/
H A Dgetopt.c103 const struct option *longopt, int *option ) { in match_long_option()
227 const struct option *longopt; in getopt_long() local
/dports/comms/scmxx/scmxx-0.9.0/src/options/
H A Dcommon.c43 static void help_print_line_options (const char* longopt, in help_print_line_options()
89 static void help_print_line(const char* longopt, in help_print_line()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/cache_promote/
H A Dconfigs.cc27 static const struct option longopt[] = { variable
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A DGArgs.h22 const char* longopt; member
31 char* longopt; member
/dports/biology/stringtie/stringtie-2.1.1/gclib/
H A DGArgs.h22 const char* longopt; member
31 char* longopt; member
/dports/biology/libgff/libgff-2.0.0/include/
H A DGArgs.h22 const char* longopt; member
31 char* longopt; member
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGArgs.h22 const char* longopt; member
31 char* longopt; member
/dports/security/xca/xca-2.4.0/lib/
H A Darguments.cpp115 QString longopt = i->long_opt; in man() local
147 QString longopt = i->long_opt; in rst() local
214 QString longopt = i->long_opt; in help() local
/dports/www/trafficserver/trafficserver-9.1.1/plugins/prefetch/
H A Dconfigs.cc57 …static const struct option longopt[] = {{const_cast<char *>("front"), optional_argument, nullptr, … in init() local
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/rate_limit/
H A Dsni_limiter.cc102 static const struct option longopt[] = { in initialize() local
/dports/devel/libmowgli2/libmowgli-2-2.1.3/src/libmowgli/ext/
H A Dprogram_opts.h31 const char *longopt; member

12345678