Home
last modified time | relevance | path

Searched refs:opt_idx (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/diffutils/lib/
H A Dxstrtol-error.c48 int opt_idx, char c, struct option const *long_options, in xstrtol_error() argument
76 if (opt_idx < 0) in xstrtol_error()
78 hyphens -= opt_idx; in xstrtol_error()
84 option = long_options[opt_idx].name; in xstrtol_error()
93 int opt_idx, char c, struct option const *long_options, in xstrtol_fatal() argument
96 xstrtol_error (err, opt_idx, c, long_options, arg, exit_failure); in xstrtol_fatal()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dopts-common.c757 cancel_option (int opt_idx, int next_opt_idx, int orig_next_opt_idx) in cancel_option() argument
761 if (cl_options [next_opt_idx].neg_index == opt_idx) in cancel_option()
789 unsigned int j, opt_idx, next_opt_idx; in prune_options() local
794 opt_idx = old_decoded_options[i].opt_index; in prune_options()
795 switch (opt_idx) in prune_options()
804 gcc_assert (opt_idx < cl_options_count); in prune_options()
805 option = &cl_options[opt_idx]; in prune_options()
824 if (cancel_option (opt_idx, next_opt_idx, next_opt_idx)) in prune_options()
1182 option_enabled (int opt_idx, void *opts) in option_enabled() argument
1184 const struct cl_option *option = &(cl_options[opt_idx]); in option_enabled()
[all …]
H A Dopts.h333 extern int option_enabled (int opt_idx, void *opts);
/dragonfly/contrib/gcc-8.0/gcc/
H A Dopts-common.c879 cancel_option (int opt_idx, int next_opt_idx, int orig_next_opt_idx) in cancel_option() argument
883 if (cl_options [next_opt_idx].neg_index == opt_idx) in cancel_option()
912 unsigned int j, opt_idx, next_opt_idx; in prune_options() local
917 opt_idx = old_decoded_options[i].opt_index; in prune_options()
918 switch (opt_idx) in prune_options()
932 gcc_assert (opt_idx < cl_options_count); in prune_options()
933 option = &cl_options[opt_idx]; in prune_options()
952 if (cancel_option (opt_idx, next_opt_idx, next_opt_idx)) in prune_options()
1378 option_enabled (int opt_idx, void *opts) in option_enabled() argument
1380 const struct cl_option *option = &(cl_options[opt_idx]); in option_enabled()
[all …]
H A Dopts.h354 extern int option_enabled (int opt_idx, void *opts);