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

/external/chromium_org/third_party/mesa/src/src/getopt/
H A Dgetopt.h54 int has_arg; member in struct:option
/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/fio/lib/
H A Dgetopt.h12 int has_arg; member in struct:option
/external/mesa3d/src/getopt/
H A Dgetopt.h54 int has_arg; member in struct:option
/external/tcpdump/win32/Include/
H A Dgetopt.h70 The field `has_arg' is:
93 /* has_arg can't be an enum because some compilers complain about
95 int has_arg; member in struct:option
100 /* Names for the values of the `has_arg' field of `struct option'. */
/external/bison/darwin-lib/
H A Dgetopt.h179 The field 'has_arg' is:
199 /* has_arg can't be an enum because some compilers complain about
201 int has_arg; member in struct:option
208 /* Names for the values of the 'has_arg' field of 'struct option'. */
/external/bison/lib/
H A Dgetopt.in.h168 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
197 /* Names for the values of the 'has_arg' field of 'struct option'. */
/external/chromium_org/tools/gn/
H A Dparser.cc290 bool has_arg = false; local
294 has_arg = true;
311 if (!left && !has_arg) {
/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/iputils/
H A Dping6.c246 int has_arg; member in struct:niquery_option
255 .has_arg = _has_arg, \
655 if (!p->has_arg) {
/external/qemu/qapi-auto-generated/
H A Dqmp-marshal.c2481 bool has_arg = false; local
2488 visit_start_optional(v, &has_arg, "arg", errp);
2489 if (has_arg) {
2498 qmp_change(device, target, has_arg, arg, errp);
2505 visit_start_optional(v, &has_arg, "arg", NULL);
2506 if (has_arg) {
/external/chromium_org/v8/src/
H A Dparser.cc4012 bool has_arg = local
4014 Handle<FixedArray> elements = factory->NewFixedArray(has_arg ? 1 : 0);
/external/lldb/source/Symbol/
H A DClangASTType.cpp5025 bool has_arg = (start[len] == ':'); local
5026 if (has_arg)
5029 if (has_arg)

Completed in 642 milliseconds