Searched refs:OPT_BIT (Results 1 – 2 of 2) sorted by relevance
115 #define OPT_BIT(...) { ARGPARSE_OPT_BIT, __VA_ARGS__ } macro
124 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… macro