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

/external/e2fsprogs/include/nonunix/
H A Dgetopt.h67 The field `has_arg' is:
90 /* has_arg can't be an enum because some compilers complain about
92 int has_arg; member in struct:option
97 /* Names for the values of the `has_arg' field of `struct option'. */
/external/grub/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'. */
/external/bison/lib/
H A Dgetopt_.h145 The field `has_arg' is:
164 /* has_arg can't be an enum because some compilers complain about
166 int has_arg; member in struct:option
171 /* Names for the values of the `has_arg' field of `struct option'. */
/external/dnsmasq/src/
H A Doption.c58 int has_arg; member in struct:myoption
2678 else if (opts[i].has_arg == 0 && arg)
2680 else if (opts[i].has_arg == 1 && !arg)
/external/qemu/
H A Dmonitor.c2421 int c, nb_args, i, has_arg; local
2617 has_arg = 0;
2619 has_arg = 1;
2625 has_arg = 1;
2627 has_arg = 0;
2633 args[nb_args++] = (void *)(long)has_arg;
2634 if (!has_arg) {

Completed in 419 milliseconds