Searched refs:PARSE_OPT_OPTARG (Results 1 – 2 of 2) sorted by relevance
151 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) in get_value()215 else if (opt->flags & PARSE_OPT_OPTARG && !p->opt) in get_value()244 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) in get_value()255 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) { in get_value()271 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) { in get_value()289 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) { in get_value()305 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) { in get_value()321 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) { in get_value()728 if (opts->flags & PARSE_OPT_OPTARG) in print_option_help()742 if (opts->flags & PARSE_OPT_OPTARG) in print_option_help()[all …]
43 PARSE_OPT_OPTARG = 1, enumerator143 .flags = PARSE_OPT_OPTARG, .defval = (intptr_t)(d) }147 .flags = PARSE_OPT_OPTARG, .defval = (intptr_t)(d), \165 .flags = PARSE_OPT_OPTARG, .data = (d) }236 PARSE_OPT_OPTARG, &parse_opt_abbrev_cb, 0 }