Searched refs:OPTION_DOC (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/argp/ |
D | bug-argp1.c | 6 { NULL, 'a', NULL, OPTION_DOC, NULL }, 7 { NULL, 'b', NULL, OPTION_DOC, NULL },
|
D | argp.h | 97 #define OPTION_DOC 0x8 macro 534 if (__opt->flags & OPTION_DOC) in __NTH()
|
D | argp-parse.c | 332 if (! (real->flags & OPTION_DOC)) in convert_options()
|
D | argp-help.c | 268 #define odoc(opt) ((opt)->flags & OPTION_DOC)
|
/glibc-2.36/manual/ |
D | argp.texi | 329 @item OPTION_DOC 342 after all options, after @code{OPTION_DOC} entries with a leading
|