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

/haiku-buildtools/gcc/include/
H A Dgetopt.h66 The field `has_arg' is:
89 /* has_arg can't be an enum because some compilers complain about
91 int has_arg; member in struct:option
96 /* Names for the values of the `has_arg' field of `struct option'. */
/haiku-buildtools/legacy/binutils/include/
H A Dgetopt.h66 The field `has_arg' is:
89 /* has_arg can't be an enum because some compilers complain about
91 int has_arg; member in struct:option
96 /* Names for the values of the `has_arg' field of `struct option'. */
/haiku-buildtools/legacy/gcc/include/
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'. */
/haiku-buildtools/legacy/gcc/texinfo/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.c690 /* Don't test has_arg with >, because some C compilers don't
692 if (pfound->has_arg)
714 else if (pfound->has_arg == 1)
872 /* Don't test has_arg with >, because some C compilers don't
874 if (pfound->has_arg)
887 else if (pfound->has_arg == 1)
/haiku-buildtools/legacy/gcc/texinfo/libtxi/
H A Dgetopt.h61 The field `has_arg' is:
84 /* has_arg can't be an enum because some compilers complain about
86 int has_arg; member in struct:option
91 /* Names for the values of the `has_arg' field of `struct option'. */
H A Dgetopt.c536 /* Don't test has_arg with >, because some C compilers don't
538 if (pfound->has_arg)
558 else if (pfound->has_arg == 1)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20080929-1.c3 int has_arg; member in struct:option
/haiku-buildtools/binutils/include/
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'. */
/haiku-buildtools/gcc/libgcc/config/
H A Ddarwin-crt3.c93 /* has_arg is 0/2/4 if 'ac' is live, 1/3/5 if 'cac' is live.
96 int has_arg; member in struct:one_atexit_routine
354 switch (cur->r.has_arg) {
395 if (routine->has_arg)
460 if (r->has_arg)
508 r.has_arg = 1;
524 r.has_arg = 0;
/haiku-buildtools/binutils/libiberty/
H A Dgetopt.c701 /* Don't test has_arg with >, because some C compilers don't
703 if (pfound->has_arg)
727 else if (pfound->has_arg == 1)
885 /* Don't test has_arg with >, because some C compilers don't
887 if (pfound->has_arg)
900 else if (pfound->has_arg == 1)
/haiku-buildtools/gcc/libiberty/
H A Dgetopt.c701 /* Don't test has_arg with >, because some C compilers don't
703 if (pfound->has_arg)
727 else if (pfound->has_arg == 1)
885 /* Don't test has_arg with >, because some C compilers don't
887 if (pfound->has_arg)
900 else if (pfound->has_arg == 1)
/haiku-buildtools/legacy/binutils/libiberty/
H A Dgetopt.c701 /* Don't test has_arg with >, because some C compilers don't
703 if (pfound->has_arg)
727 else if (pfound->has_arg == 1)
885 /* Don't test has_arg with >, because some C compilers don't
887 if (pfound->has_arg)
900 else if (pfound->has_arg == 1)
/haiku-buildtools/legacy/gcc/libiberty/
H A Dgetopt.c700 /* Don't test has_arg with >, because some C compilers don't
702 if (pfound->has_arg)
726 else if (pfound->has_arg == 1)
884 /* Don't test has_arg with >, because some C compilers don't
886 if (pfound->has_arg)
899 else if (pfound->has_arg == 1)
/haiku-buildtools/legacy/binutils/ld/
H A Dlexsup.c566 if (ld_options[i].opt.has_arg == required_argument
567 || ld_options[i].opt.has_arg == optional_argument)
571 if (ld_options[i].opt.has_arg == optional_argument)
1490 if (ld_options[j].opt.has_arg != optional_argument)
/haiku-buildtools/binutils/ld/
H A Dlexsup.c575 if (ld_options[i].opt.has_arg == required_argument
576 || ld_options[i].opt.has_arg == optional_argument)
580 if (ld_options[i].opt.has_arg == optional_argument)
695 if (ld_options[opt].opt.has_arg == required_argument
1886 if (ld_options[j].opt.has_arg != optional_argument)

Completed in 190 milliseconds