Home
last modified time | relevance | path

Searched refs:real (Results 1 – 2 of 2) sorted by relevance

/argp/
A Dargp-help.c569 real = opt; in hol_entry_short_iterate()
597 real = opt; in hol_entry_long_iterate()
1067 if (real->arg) in arg()
1224 if (! odoc (real)) in hol_entry_help()
1247 else if (real->arg) in hol_entry_help()
1254 if (odoc (real)) in hol_entry_help()
1291 if (!oshort (real) && !real->name) in hol_entry_help()
1302 real->doc) : 0; in hol_entry_help()
1376 if (!(opt->arg || real->arg) in add_argless_short_opt()
1394 arg = real->arg; in usage_argful_short_opt()
[all …]
A Dargp-parse.c318 const struct argp_option *real = argp->options; in convert_options() local
321 if (real || argp->parser) in convert_options()
325 if (real) in convert_options()
326 for (opt = real; !__option_is_end (opt); opt++) in convert_options()
330 real = opt; in convert_options()
332 if (! (real->flags & OPTION_DOC)) in convert_options()
339 if (real->arg) in convert_options()
342 if (real->flags & OPTION_ARG_OPTIONAL) in convert_options()
354 (real->arg in convert_options()
355 ? (real->flags & OPTION_ARG_OPTIONAL in convert_options()
[all …]

Completed in 11 milliseconds