Searched defs:has_arg (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/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'. */
/illumos-gate/usr/src/head/
H A Dgetopt.h43 * Values for has_arg field.
53 int has_arg; /* whether option takes an argument */ member in struct:option
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dgetopt.h51 int has_arg; member in struct:option
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dgetopt.h42 int has_arg; member in struct:option
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dgetopt.h51 int has_arg; member in struct:option
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dgetopt.h51 int has_arg; member in struct:option
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dgetopt.h51 int has_arg; member in struct:option
/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.h142 * has_arg -> required_arg, no_arg
160 int has_arg; member in struct:_optionTbl
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.h198 * has_arg -> required_arg, no_arg
216 int has_arg; member in struct:_optionTbl
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dutil.c43 boolean_t has_arg; /* takes optional argument */ member in struct:av_opts_s
396 opts_av[i].has_arg = B_TRUE;
451 if (!opts_av[i].has_arg) {
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.h199 * has_arg -> required_arg, no_arg
217 int has_arg; member in struct:_optionTbl
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.h144 * has_arg -> required_arg, no_arg
162 int has_arg; member in struct:_optionTbl
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c56 boolean_t has_arg; /* takes optional argument */ member in struct:av_opts_s
423 opts_av[i].has_arg = B_TRUE;
488 if (!opts_av[i].has_arg) {

Completed in 89 milliseconds