Searched refs:OPTION_ALIAS (Results 1 – 5 of 5) sorted by relevance
/argp/ |
A D | argp-test.c | 97 {0, 'x', 0, OPTION_ALIAS}, 103 {"gratuitously-long-reverse-option", 0, 0, OPTION_ALIAS},
|
A D | bug-argp2.c | 8 { "peer", 'p', "ADDR", OPTION_ALIAS },
|
A D | argp.h | 85 #define OPTION_ALIAS 0x4 macro
|
A D | argp-parse.c | 328 if (! (opt->flags & OPTION_ALIAS)) in convert_options()
|
A D | argp-help.c | 265 #define oalias(opt) ((opt)->flags & OPTION_ALIAS)
|
Completed in 16 milliseconds