Home
last modified time | relevance | path

Searched refs:opt_all (Results 1 – 25 of 95) sorted by relevance

1234

/dports/math/spot/spot-2.10.2/bin/
H A Dltlgrind.cc47 static unsigned opt_all = spot::Mut_All; variable
149 opt_all = 0; in parse_opt()
153 opt_all = 0; in parse_opt()
157 opt_all = 0; in parse_opt()
161 opt_all = 0; in parse_opt()
165 opt_all = 0; in parse_opt()
169 opt_all = 0; in parse_opt()
173 opt_all = 0; in parse_opt()
196 mut_opts |= opt_all; in main()
/dports/math/py-spot/spot-2.10.2/bin/
H A Dltlgrind.cc47 static unsigned opt_all = spot::Mut_All; variable
149 opt_all = 0; in parse_opt()
153 opt_all = 0; in parse_opt()
157 opt_all = 0; in parse_opt()
161 opt_all = 0; in parse_opt()
165 opt_all = 0; in parse_opt()
169 opt_all = 0; in parse_opt()
173 opt_all = 0; in parse_opt()
196 mut_opts |= opt_all; in main()
/dports/devel/quilt/quilt-0.66/quilt/
H A Dfiles.in62 opt_all=1
70 opt_all=1
91 if [ -n "$opt_all" -a -z "$first_patch" ]
96 if [ -n "$opt_all" ]
121 if [ -n "$opt_all" ] && [ -n "$opt_verbose" ] && [ -z "$opt_labels" ]
H A Dpop.in196 opt_all=1
229 [ -n "$opt_all" ] || number=1
254 if [ -z "$opt_all" -a ! "$DB" -nt "$SERIES" ] && ! consistency_check
H A Dgraph.in79 opt_all=1
115 if [ -z "$opt_all" ]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/scd/
H A Dscd62 local opt_alias opt_unalias opt_all opt_push opt_list
83 A=opt_all -all=opt_all p=opt_push -push=opt_push -list=opt_list \
363 if [[ -z $opt_all && $# == 1 ]] && \
439 if [[ -z ${opt_all} ]]; then
481 if [[ -n ${opt_all} ]]; then
/dports/sysutils/p5-Brackup/Brackup-1.10/
H A Dbrackup-restore82 my ($opt_verbose, $meta_file, $opt_help, $restore_dir, $opt_all, $prefix, $config_file);
90 'all' => \$opt_all,
101 usage() unless $meta_file && $restore_dir && ($prefix || $opt_all);
/dports/lang/jimtcl/jimtcl-0.81/examples/
H A Djcov8 set opt_all 0
10 incr opt_all
54 if {$opt_all} {
/dports/sysutils/afflib/AFFLIBv3-3.7.16/tools/
H A Daffinfo.cpp55 int opt_all = 0; variable
330 if(segname[0]==0 && opt_all==0){ in print_info()
333 if(segname[0]=='[' && opt_all){ in print_info()
546 if(opt_all==0) printf("[skipping data segments]\n"); in info_file()
547 if(opt_all==0 && vni.segment_count_encrypted) printf("[skipping encrypted segments]\n"); in info_file()
594 if(opt_all==0 && (page_num>=0||hash_num>=0)) continue; // skip in info_file()
595 if(opt_all==0 && af_is_encrypted_segment(segname)) continue; // skip in info_file()
597 if(segname[0]==0 && datalen>0 && opt_all){ in info_file()
624 if(opt_all){ in info_file()
712 case 'a': opt_all++; break; in main()
[all …]
H A Daffcompare.cpp55 int opt_all = 0; variable
235 if(opt_all){ in compare_aff_metadata_segments()
342 if(opt_all || (no_match>0) || af1_bad || af2_bad){ in compare_aff_data_segments()
356 if(opt_all){ in compare_aff_data_segments()
471 if(opt_all) printf("compare %s and %s:\n",file1,file2); in compare_aff_aff()
601 if(opt_all) puts("Inspecting metadata..."); in compare_aff_aff()
631 if(opt_all) puts("Inspecting data..."); in compare_aff_aff()
723 case 'a': opt_all++; break; in main()
/dports/lang/jimtcl/jimtcl-0.81/
H A Djim-regexp.c123 int opt_all = 0; in Jim_RegexpCmd() local
180 opt_all = 1; in Jim_RegexpCmd()
260 if (opt_all && !opt_inline) { in Jim_RegexpCmd()
315 if (opt_all && (pattern[0] != '^' || (regcomp_flags & REG_NEWLINE)) && *source_str) { in Jim_RegexpCmd()
350 int opt_all = 0; in Jim_RegsubCmd() local
404 opt_all = 1; in Jim_RegsubCmd()
530 if (!opt_all || n == 0) { in Jim_RegsubCmd()
/dports/devel/openocd/openocd-0.11.0/jimtcl/
H A Djim-regexp.c119 int opt_all = 0; in Jim_RegexpCmd() local
176 opt_all = 1; in Jim_RegexpCmd()
256 if (opt_all && !opt_inline) { in Jim_RegexpCmd()
311 if (opt_all && (pattern[0] != '^' || (regcomp_flags & REG_NEWLINE)) && *source_str) { in Jim_RegexpCmd()
346 int opt_all = 0; in Jim_RegsubCmd() local
400 opt_all = 1; in Jim_RegsubCmd()
526 if (!opt_all || n == 0) { in Jim_RegsubCmd()
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/
H A Dheaderdep.pl13 my $opt_all;
22 all => \$opt_all,
155 next if $opt_all;
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/
H A Dheaderdep.pl13 my $opt_all;
22 all => \$opt_all,
155 next if $opt_all;
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/
H A Dheaderdep.pl13 my $opt_all;
22 all => \$opt_all,
155 next if $opt_all;
/dports/x11/xterm/xterm-370/
H A Dwcwidth.c793 static int opt_all = 0; variable
855 if (opt_all || (local_rc != other_rc)) { in do_range()
875 opt_all = 1; in main()
H A Dcharclass.c96 static int opt_all; variable
438 if (opt_all) { in do_range()
481 opt_all = 1; in main()
/dports/x11/xdotool/xdotool-3.20210804.2/
H A Dcmd_search.c21 opt_pid, opt_help, opt_any, opt_all, opt_screen, opt_classname, opt_desktop, in cmd_search() enumerator
25 { "all", no_argument, NULL, opt_all }, in cmd_search()
97 case opt_all: in cmd_search()
/dports/math/lrcalc/lrcalc-1.3/src/
H A Dlrcalc.c223 int c, opt_all = 0; in coprod_main() local
235 opt_all = 1; in coprod_main()
245 s = coprod(part, opt_all); in coprod_main()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-inventory.c64 OP (opt_all, 0, "all", 0, \
206 case opt_all: in arch_cmd_inventory()
/dports/graphics/alembic/alembic-1.8.3/bin/AbcTree/
H A DAbcTree.cpp269 bool opt_all = false; in main() local
306 opt_all = optionExists( options, "a"); in main()
425 tree( iObj, opt_all ); in main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc65 static my_bool opt_verbose, opt_all, tty_password= 0, opt_warn, variable
194 &opt_all, &opt_all, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
870 if (opt_all) in print_login_path()
929 if ( !opt_all) in mask_password_and_print()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc65 static my_bool opt_verbose, opt_all, tty_password= 0, opt_warn, variable
194 &opt_all, &opt_all, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
870 if (opt_all) in print_login_path()
929 if ( !opt_all) in mask_password_and_print()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc65 static my_bool opt_verbose, opt_all, tty_password= 0, opt_warn, variable
194 &opt_all, &opt_all, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
870 if (opt_all) in print_login_path()
929 if ( !opt_all) in mask_password_and_print()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc65 static my_bool opt_verbose, opt_all, tty_password= 0, opt_warn, variable
197 &opt_all, &opt_all, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
875 if (opt_all) in print_login_path()
934 if ( !opt_all) in mask_password_and_print()

1234