Searched refs:has_arg (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libast/common/comp/
H A Dgetopt.h42 int has_arg; member in struct:option
H A Dgetoptl.c73 if (o->has_arg)
76 if (o->has_arg == optional_argument)
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dgetopt.h51 int has_arg; member in struct:option
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dgetopt.h51 int has_arg; member in struct:option
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dgetopt.h51 int has_arg; member in struct:option
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dgetopt.h51 int has_arg; member in struct:option
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.h65 The field `has_arg' is:
88 /* has_arg can't be an enum because some compilers complain about
90 int has_arg; member in struct:option
95 /* Names for the values of the `has_arg' field of `struct option'. */
H A Dgetopt.c698 /* Don't test has_arg with >, because some C compilers don't
700 if (pfound->has_arg)
723 else if (pfound->has_arg == 1)
881 /* Don't test has_arg with >, because some C compilers don't
883 if (pfound->has_arg)
896 else if (pfound->has_arg == 1)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.in.h169 The field `has_arg' is:
188 /* has_arg can't be an enum because some compilers complain about
190 int has_arg; member in struct:option
195 /* Names for the values of the `has_arg' field of `struct option'. */
H A Dgetopt.c517 || pfound->has_arg != p->has_arg
563 /* Don't test has_arg with >, because some C compilers don't
565 if (pfound->has_arg)
630 else if (pfound->has_arg == 1)
874 || pfound->has_arg != p->has_arg
916 /* Don't test has_arg with >, because some C compilers don't
918 if (pfound->has_arg)
955 else if (pfound->has_arg
[all...]
H A Dargp-parse.c334 cvt->long_end->has_arg =
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c80 ((((longopt).has_arg == optional_argument) && \
82 ((longopt).has_arg == required_argument))
391 if ((long_options[match].has_arg == no_argument) &&
409 if (long_options[match].has_arg == required_argument ||
410 long_options[match].has_arg == optional_argument) {

Completed in 59 milliseconds