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()247 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) in get_value()258 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) { in get_value()274 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) { in get_value()292 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) { in get_value()308 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) { in get_value()324 if (opt->flags & PARSE_OPT_OPTARG && !p->opt) { in get_value()731 if (opts->flags & PARSE_OPT_OPTARG) in print_option_help()745 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), \167 .flags = PARSE_OPT_OPTARG, .data = (d) }238 PARSE_OPT_OPTARG, &parse_opt_abbrev_cb, 0 }