Searched refs:doc (Results 1 – 3 of 3) sorted by relevance
/argp/ |
A D | argp-test.c | 117 static const char doc[] = "Test program for argp." variable 195 options, parse_opt, args_doc, doc, argp_children, help_filter
|
A D | argp.h | 64 const char *doc; member 207 const char *doc; member 546 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; in __NTH()
|
A D | argp-help.c | 1113 filter_doc (const char *doc, int key, const struct argp *argp, in filter_doc() argument 1120 return (*argp->help_filter) (key, doc, input); in filter_doc() 1124 return doc; in filter_doc() 1293 print_header (real->doc, entry->argp, &pest); in hol_entry_help() 1300 const char *tstr = real->doc ? dgettext (state == NULL ? NULL in hol_entry_help() 1302 real->doc) : 0; in hol_entry_help() 1579 const char *doc = dgettext (argp->argp_domain, argp->doc); in argp_doc() local 1582 if (doc) in argp_doc() 1584 char *vt = strchr (doc, '\v'); in argp_doc() 1585 inp_text = post ? (vt ? vt + 1 : 0) : doc; in argp_doc() [all …]
|
Completed in 11 milliseconds