Searched refs:OPTION_DOC (Results 1 – 4 of 4) sorted by relevance
/argp/ |
A D | bug-argp1.c | 6 { NULL, 'a', NULL, OPTION_DOC, NULL }, 7 { NULL, 'b', NULL, OPTION_DOC, NULL },
|
A D | argp.h | 97 #define OPTION_DOC 0x8 macro 534 if (__opt->flags & OPTION_DOC) in __NTH()
|
A D | argp-parse.c | 332 if (! (real->flags & OPTION_DOC)) in convert_options()
|
A D | argp-help.c | 268 #define odoc(opt) ((opt)->flags & OPTION_DOC)
|
Completed in 14 milliseconds