Home
last modified time | relevance | path

Searched defs:allowed_opt (Results 1 – 10 of 10) sorted by relevance

/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dic_options.erl178 allowed_opt({serv, _}, _V) -> true; function
180 allowed_opt(outdir, _V) -> true; function
181 allowed_opt(servdir, _V) -> true; function
182 allowed_opt(stubdir, _V) -> true; function
183 allowed_opt(cfgfile, _V) -> true; function
187 allowed_opt(this, _V) -> true; function
189 allowed_opt(from, _V) -> true; function
208 allowed_opt(be, c_server) -> true; function
209 allowed_opt(be, c_client) -> true; function
210 allowed_opt(be, java) -> true; function
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dic_options.erl178 allowed_opt({serv, _}, _V) -> true; function
180 allowed_opt(outdir, _V) -> true; function
181 allowed_opt(servdir, _V) -> true; function
182 allowed_opt(stubdir, _V) -> true; function
183 allowed_opt(cfgfile, _V) -> true; function
187 allowed_opt(this, _V) -> true; function
189 allowed_opt(from, _V) -> true; function
208 allowed_opt(be, c_server) -> true; function
209 allowed_opt(be, c_client) -> true; function
210 allowed_opt(be, java) -> true; function
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dic_options.erl178 allowed_opt({serv, _}, _V) -> true; function
180 allowed_opt(outdir, _V) -> true; function
181 allowed_opt(servdir, _V) -> true; function
182 allowed_opt(stubdir, _V) -> true; function
183 allowed_opt(cfgfile, _V) -> true; function
187 allowed_opt(this, _V) -> true; function
189 allowed_opt(from, _V) -> true; function
208 allowed_opt(be, c_server) -> true; function
209 allowed_opt(be, c_client) -> true; function
210 allowed_opt(be, java) -> true; function
[all …]
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dic_options.erl178 allowed_opt({serv, _}, _V) -> true; function
180 allowed_opt(outdir, _V) -> true; function
181 allowed_opt(servdir, _V) -> true; function
182 allowed_opt(stubdir, _V) -> true; function
183 allowed_opt(cfgfile, _V) -> true; function
187 allowed_opt(this, _V) -> true; function
189 allowed_opt(from, _V) -> true; function
208 allowed_opt(be, c_server) -> true; function
209 allowed_opt(be, c_client) -> true; function
210 allowed_opt(be, java) -> true; function
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Dic_options.erl178 allowed_opt({serv, _}, _V) -> true; function
180 allowed_opt(outdir, _V) -> true; function
181 allowed_opt(servdir, _V) -> true; function
182 allowed_opt(stubdir, _V) -> true; function
183 allowed_opt(cfgfile, _V) -> true; function
187 allowed_opt(this, _V) -> true; function
189 allowed_opt(from, _V) -> true; function
208 allowed_opt(be, c_server) -> true; function
209 allowed_opt(be, c_client) -> true; function
210 allowed_opt(be, java) -> true; function
[all …]
/dports/graphics/geomorph/geomorph-0.60.1/src/utils/
H A Dconfig_dialog.h53 option_file_type *allowed_opt; // Directory of allowed options member
H A Dconfig_dialog.c91 void update_options(option_file_type *allowed_opt, in update_options()
716 option_file_type *allowed_opt, in options_dialog_new()
H A Dconfig_rc_file.c520 option_file_type *allowed_opt, in save_all_options()
/dports/graphics/geomorph/geomorph-0.60.1/src/app/
H A Dmain.c119 option_file_type *opt=NULL, *allowed_opt=NULL; in main() local
H A Dapp.c290 option_file_type *allowed_opt, in app_new()