Home
last modified time | relevance | path

Searched refs:help_filter (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/argp/
Dargp-test.c173 help_filter (int key, const char *text, void *input) in help_filter() function
195 options, parse_opt, args_doc, doc, argp_children, help_filter
Dargp-help.c1116 if (argp && argp->help_filter) in filter_doc()
1120 return (*argp->help_filter) (key, doc, input); in filter_doc()
1591 if (argp->help_filter) in argp_doc()
1599 (*argp->help_filter) (post in argp_doc()
1625 if (inp_text && inp_text_limit && argp->help_filter) in argp_doc()
1628 if (post && argp->help_filter) in argp_doc()
1631 text = (*argp->help_filter) (ARGP_KEY_HELP_EXTRA, 0, input); in argp_doc()
Dargp.h227 char *(*help_filter) (int __key, const char *__text, void *__input); member
/glibc-2.36/manual/
Dargp.texi203 @item char *(*help_filter)(int @var{key}, const char *@var{text}, void *@var{input})
810 @c argp->help_filter
822 @c argp->help_filter
995 The @code{help_filter} field in a @code{struct argp} is a pointer to a