Searched refs:text (Results 1 – 2 of 2) sorted by relevance
| /argp/ |
| A D | argp-test.c | 69 sub_help_filter (int key, const char *text, void *input) in sub_help_filter() argument 75 return (char *)text; in sub_help_filter() 173 help_filter (int key, const char *text, void *input) in help_filter() argument 178 if (key == ARGP_KEY_HELP_POST_DOC && text) in help_filter() 181 asprintf (&new_text, text, ctime (&now)); in help_filter() 186 text, params->foonly_default); in help_filter() 188 new_text = (char *)text; in help_filter()
|
| A D | argp-help.c | 1574 const char *text; in argp_doc() local 1598 text = in argp_doc() 1605 text = (const char *) inp_text; in argp_doc() 1607 if (text) in argp_doc() 1612 if (text == inp_text && inp_text_limit) in argp_doc() 1615 __argp_fmtstream_puts (stream, text); in argp_doc() 1623 if (text && text != inp_text) in argp_doc() 1631 text = (*argp->help_filter) (ARGP_KEY_HELP_EXTRA, 0, input); in argp_doc() 1632 if (text) in argp_doc() 1636 __argp_fmtstream_puts (stream, text); in argp_doc() [all …]
|
Completed in 8 milliseconds