Searched refs:OPTION_NO_USAGE (Results 1 – 5 of 5) sorted by relevance
106 #define OPTION_NO_USAGE 0x10 macro
1377 && !((opt->flags | real->flags) & OPTION_NO_USAGE)) in add_argless_short_opt()1396 if (arg && !(flags & OPTION_NO_USAGE)) in usage_argful_short_opt()1428 if (! (flags & OPTION_NO_USAGE)) in usage_long_opt()
70 { "all-locales", 'a', NULL, OPTION_NO_USAGE,72 { "charmaps", 'm', NULL, OPTION_NO_USAGE,
345 @item OPTION_NO_USAGE355 should probably be marked @code{OPTION_NO_USAGE}.
13111 * argp/argp.h (OPTION_NO_USAGE): New macro.13113 add_argless_short_opt): Implement OPTION_NO_USAGE.