Home
last modified time | relevance | path

Searched refs:OPT_ALL (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/shells/zsh/zsh-5.8.1/Src/
H A Doptions.c60 #define OPT_ALL (OPT_CSH|OPT_KSH|OPT_SH|OPT_ZSH) macro
63 #define OPT_NONBOURNE (OPT_ALL & ~OPT_BOURNE)
64 #define OPT_NONZSH (OPT_ALL & ~OPT_ZSH)
89 {{NULL, "autolist", OPT_ALL}, AUTOLIST},
90 {{NULL, "automenu", OPT_ALL}, AUTOMENU},
102 {{NULL, "beep", OPT_ALL}, BEEP},
106 {{NULL, "caseglob", OPT_ALL}, CASEGLOB},
133 {{NULL, "exec", OPT_ALL}, EXECOPT},
148 {{NULL, "hashcmds", OPT_ALL}, HASHCMDS},
200 OPT_ALL
[all …]
/dports/sysutils/wiimms/wiimms-iso-tools/src/ui/
H A Dui-wwt.c62 { OPT_ALL, 'A', "all",
1579 /* 0x41 A */ OPT_ALL,
2177 OptionInfo + OPT_ALL,
2194 OptionInfo + OPT_ALL,
2208 OptionInfo + OPT_ALL,
2228 OptionInfo + OPT_ALL,
2243 OptionInfo + OPT_ALL,
2269 OptionInfo + OPT_ALL,
2310 OptionInfo + OPT_ALL,
2351 OptionInfo + OPT_ALL,
[all …]
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dumount.c86 #define OPT_ALL (ENABLE_FEATURE_UMOUNT_ALL ? (1 << 6) : 0) macro
123 if (opt & OPT_ALL) in umount_main()
141 if (!(opt & OPT_ALL) && !fstype) { in umount_main()
157 else if (opt & OPT_ALL) in umount_main()
221 if ((opt & OPT_ALL) || strcmp(path, m->device) == 0) in umount_main()
H A Dswaponoff.c139 #define OPT_ALL (option_mask32 & OPT_a) macro
154 quiet = (OPT_ALL && (errno == EINVAL || errno == ENOENT)); in swap_enable_disable()
168 quiet = (OPT_ALL && errno == EBUSY); in swap_enable_disable()
315 if (OPT_ALL) { in swap_on_off_main()
H A Dfbset.c445 OPT_ALL = (1 << 3), in fbset_main() enumerator
483 options |= OPT_ALL; in fbset_main()
556 if (options & OPT_ALL) in fbset_main()
/dports/misc/clex/clex-4.6.patch9/src/
H A Dcontrol.c86 #define OPT_ALL 4 macro
232 { 2, 0, 0, cx_dir_mouse, OPT_ALL },
265 { 2, 0, 0, cx_edit_mouse, OPT_ALL },
309 { 2, 0, 0, cx_files_mouse, OPT_ALL },
324 { 2, 0, 0, cx_edit_mouse, OPT_ALL },
340 { 2, 0, 0, cx_group_mouse, OPT_ALL },
357 { 2, 0, 0, cx_help_mouse, OPT_ALL },
375 { 2, 0, 0, cx_hist_mouse, OPT_ALL },
498 { 2, 0, 0, cx_pan_mouse, OPT_ALL },
564 { 2, 0, 0, cx_user_mouse, OPT_ALL },
[all …]
/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_apache_compat.h74 OPT_ALL | \
86 OPT_ALL | \
/dports/sysutils/busybox/busybox-1.26.2/e2fsprogs/
H A Dlsattr.c38 OPT_ALL = 0x2, enumerator
83 else if (de->d_name[0] != '.' || (option_mask32 & OPT_ALL)) { in lsattr_dir_proc()
/dports/databases/casstcl/casstcl-2.15.0/generic/
H A Dcasstcl_consistency.c94 OPT_ALL, in casstcl_obj_to_cass_consistency() enumerator
134 case OPT_ALL: { in casstcl_obj_to_cass_consistency()
/dports/lang/jimtcl/jimtcl-0.81/
H A Djim-regexp.c140 OPT_INDICES, OPT_NOCASE, OPT_LINE, OPT_ALL, OPT_INLINE, OPT_START, OPT_END in Jim_RegexpCmd() enumerator
179 case OPT_ALL: in Jim_RegexpCmd()
368 OPT_NOCASE, OPT_LINE, OPT_ALL, OPT_START, OPT_END in Jim_RegsubCmd() enumerator
403 case OPT_ALL: in Jim_RegsubCmd()
H A Djim-tclprefix.c65 enum { OPT_MATCH, OPT_ALL, OPT_LONGEST }; in Jim_TclPrefixCoreCommand() enumerator
158 case OPT_ALL: in Jim_TclPrefixCoreCommand()
/dports/devel/openocd/openocd-0.11.0/jimtcl/
H A Djim-regexp.c136 OPT_INDICES, OPT_NOCASE, OPT_LINE, OPT_ALL, OPT_INLINE, OPT_START, OPT_END in Jim_RegexpCmd() enumerator
175 case OPT_ALL: in Jim_RegexpCmd()
364 OPT_NOCASE, OPT_LINE, OPT_ALL, OPT_START, OPT_END in Jim_RegsubCmd() enumerator
399 case OPT_ALL: in Jim_RegsubCmd()
H A Djim-tclprefix.c39 enum { OPT_MATCH, OPT_ALL, OPT_LONGEST }; in Jim_TclPrefixCoreCommand() enumerator
132 case OPT_ALL: in Jim_TclPrefixCoreCommand()
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dexpand.c89 OPT_ALL = 1 << 2, enumerator
220 if (!(opt & OPT_ALL)) opt |= OPT_INITIAL; in expand_main()
H A Ddf.c109 OPT_ALL = (1 << 3) * ENABLE_FEATURE_DF_FANCY, in df_main() enumerator
223 if ((s.f_blocks > 0) || !mount_table || (opt & OPT_ALL)) { in df_main()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/cmds/
H A Duname.c49 #define OPT_ALL 8 macro
117 flags |= OPT_all | ((1L << OPT_ALL) - 1); in b_uname()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/panodata/
H A DOptimizerSwitches.h37 OPT_ALL=0x0010, enumerator
/dports/databases/postgresql-repmgr/repmgr-5.2.0/
H A Drepmgr-client.h67 #define OPT_ALL 1014 macro
211 {"all", no_argument, NULL, OPT_ALL},
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-opts.h15 #define OPT_ALL 0x1 /* flags */ macro
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-option.h51 #define OPT_ALL 0x1 /* flags */ macro
H A Dpl-option.c224 flags |= OPT_ALL; in scan_options()
283 if ( !s->name && (implicit_true || (flags & OPT_ALL)) ) in scan_options()
/dports/games/uqm/uqm-0.8.0/src/
H A Doptions.h35 #define OPT_ALL 0xFF macro
/dports/net/kamailio/kamailio-5.4.5/misc/tools/pike_top/
H A Dpike_top.c159 #define OPT_ALL 3 macro
190 *options = OPT_ALL; in process_options()
499 case OPT_ALL: in main()
/dports/devel/icu/icu/source/tools/icuexportdata/
H A Dicuexportdata.cpp133 OPT_ALL, enumerator
195 if (options[OPT_ALL].doesOccur) { in main()
/dports/devel/icu-lx/icu/source/tools/icuexportdata/
H A Dicuexportdata.cpp133 OPT_ALL, enumerator
195 if (options[OPT_ALL].doesOccur) { in main()

12345678