Home
last modified time | relevance | path

Searched refs:process_option (Results 1 – 25 of 102) sorted by relevance

12345

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/weatherreport/src/
H A Dweatherreport.erl159 process_opts(T, process_option(H, Result)).
161 process_option({etc,Path}, Result) -> function
164 process_option({level, Level}, Result) -> function
167 process_option({timeout, Timeout}, Result) -> function
170 process_option(expert, Result) -> function
173 process_option(all_nodes, Result) -> function
176 process_option(list, usage) -> %% Help should have precedence over listing checks function
178 process_option(list, _) -> function
180 process_option(usage, _) -> function
/dports/finance/ledger/ledger-3.2.1/src/
H A Doption.cc82 void process_option(const string& whence, const expr_t::func_t& opt, in process_option() function
104 bool process_option(const string& whence, const string& name, scope_t& scope, in process_option() function
109 process_option(whence, opt.first->as_function(), scope, arg, varname); in process_option()
142 process_option(string("$") + buf, string(buf), scope, q + 1, value); in process_environment()
214 process_option(string("--") + name, in process_arguments()
244 process_option(string("-") + o.ch, o.op->as_function(), scope, value, in process_arguments()
H A Dglobal.cc390 process_option("environ", "file", report(), p, "LEDGER"); in read_environment_settings()
394 process_option("environ", "init-file", report(), p, "LEDGER_INIT"); in read_environment_settings()
398 process_option("environ", "price-db", report(), p, "PRICE_HIST"); in read_environment_settings()
402 process_option("environ", "price-exp", report(), p, "PRICE_EXP"); in read_environment_settings()
/dports/devel/wxformbuilder/source/build/premake/4.3/src/host/
H A Dpremake.c18 static int process_option(lua_State* L, const char* arg);
124 process_option(L, argv[i] + 1); in process_arguments()
128 process_option(L, argv[i] + 2); in process_arguments()
157 int process_option(lua_State* L, const char* arg) in process_option() function
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake4/src/host/
H A Dpremake.c18 static int process_option(lua_State* L, const char* arg);
125 process_option(L, argv[i] + 1); in process_arguments()
129 process_option(L, argv[i] + 2); in process_arguments()
158 int process_option(lua_State* L, const char* arg) in process_option() function
/dports/databases/py-python-swiftclient/python-swiftclient-3.12.0/
H A Drun_tests.sh26 function process_option { function
34 process_option $arg
/dports/net/py-python-glanceclient/python-glanceclient-3.5.0/
H A Drun_tests.sh26 function process_option { function
34 process_option $arg
/dports/shells/ksh93/ast-93u/src/cmd/pax/
H A Dtar.sh121 process_option() function
227 do process_option "$opt" "long form"
239 do process_option ${arg:0:1} "short form" || usage
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/pax/
H A Dtar.sh121 process_option() function
227 do process_option "$opt" "long form"
239 do process_option ${arg:0:1} "short form" || usage
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/pax/
H A Dtar.sh121 process_option() function
227 do process_option "$opt" "long form"
239 do process_option ${arg:0:1} "short form" || usage
/dports/devel/py-taskflow/taskflow-4.6.3/
H A Drun_tests.sh16 function process_option { function
36 process_option $arg
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/host/
H A Dpremake.c26 static int process_option(lua_State* L, const char* arg);
226 process_option(L, argv[i] + 1); in process_arguments()
230 process_option(L, argv[i] + 2); in process_arguments()
259 int process_option(lua_State* L, const char* arg) in process_option() function
/dports/devel/genie/GENie-a503d6e/src/host/
H A Dpremake.c26 static int process_option(lua_State* L, const char* arg);
226 process_option(L, argv[i] + 1); in process_arguments()
230 process_option(L, argv[i] + 2); in process_arguments()
259 int process_option(lua_State* L, const char* arg) in process_option() function
/dports/emulators/mame/mame-mame0226/3rdparty/genie/src/host/
H A Dpremake.c26 static int process_option(lua_State* L, const char* arg);
226 process_option(L, argv[i] + 1); in process_arguments()
230 process_option(L, argv[i] + 2); in process_arguments()
259 int process_option(lua_State* L, const char* arg) in process_option() function
/dports/devel/premake4/premake-4.4-beta5/src/host/
H A Dpremake.c22 static int process_option(lua_State* L, const char* arg);
217 process_option(L, argv[i] + 1); in process_arguments()
221 process_option(L, argv[i] + 2); in process_arguments()
250 int process_option(lua_State* L, const char* arg) in process_option() function
/dports/net/ryu/ryu-4.26/
H A Drun_tests.sh28 process_option() { function
60 process_option $arg
/dports/devel/atf/atf-0.21/atf-sh/
H A Datf-sh.cpp114 void process_option(int, const char*);
147 atf_sh::process_option(int ch, const char* arg) in process_option() function in atf_sh
/dports/devel/atf/atf-0.21/atf-c++/detail/
H A Dapplication.cpp145 impl::app::process_option(int ch ATF_DEFS_ATTRIBUTE_UNUSED, in process_option() function in impl::app
185 process_option(ch, ::optarg); in process_options()
H A Dapplication.hpp94 virtual void process_option(int, const char*);
/dports/devel/libslang2/slang-2.3.2/slsh/lib/
H A Dcmdopt.sl150 private define process_option (opts, opt, name, value) function
251 process_option (opts, opt, name, NULL);
317 process_option (opts, opt, name, NULL);
337 process_option (opts, opt, arg, value);
/dports/lang/gcc12-devel/gcc-12-20211205/lto-plugin/
H A DChangeLog5 (process_option): Adjust accordingly, accepting both old and
19 (process_option): Handle -ltrans-objects.
37 (process_option): Likewise.
188 (process_option): Remember if linker output is known
768 (process_option): Handle -fresolution=.
783 (process_option): Likewise.
826 (process_option): Drop the -resolution option.
898 (process_option): Add a -resolution option.
911 (process_option): Fit in 80 columns.
1057 (process_option): Parse the -nop option.
[all …]
/dports/audio/ecasound/ecasound-2.9.3/ecatools/
H A Decaplay.c62 static int process_option(const char* option);
112 for(i = 1; i < argc; i++) { res += process_option(argv[i]); } in main()
576 static int process_option(const char* option) in process_option() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/lto-plugin/
H A DChangeLog415 (process_option): Handle -fresolution=.
430 (process_option): Likewise.
473 (process_option): Drop the -resolution option.
545 (process_option): Add a -resolution option.
558 (process_option): Fit in 80 columns.
608 (process_option): Replace -libgcc with -pass-through.
704 (process_option): Parse the -nop option.
710 (process_option): Process the -debug command line option.
714 * lto-plugin.c (process_option): The argument is now a single option,
728 (process_option): New.
/dports/devel/mingw32-gcc/gcc-4.8.1/lto-plugin/
H A DChangeLog383 (process_option): Handle -fresolution=.
398 (process_option): Likewise.
441 (process_option): Drop the -resolution option.
513 (process_option): Add a -resolution option.
526 (process_option): Fit in 80 columns.
576 (process_option): Replace -libgcc with -pass-through.
672 (process_option): Parse the -nop option.
678 (process_option): Process the -debug command line option.
682 * lto-plugin.c (process_option): The argument is now a single option,
696 (process_option): New.
/dports/lang/gcc48/gcc-4.8.5/lto-plugin/
H A DChangeLog406 (process_option): Handle -fresolution=.
421 (process_option): Likewise.
464 (process_option): Drop the -resolution option.
536 (process_option): Add a -resolution option.
549 (process_option): Fit in 80 columns.
599 (process_option): Replace -libgcc with -pass-through.
695 (process_option): Parse the -nop option.
701 (process_option): Process the -debug command line option.
705 * lto-plugin.c (process_option): The argument is now a single option,
719 (process_option): New.

12345