Searched defs:OPT_STRING (Results 1 – 2 of 2) sorted by relevance
118 #define OPT_STRING(...) { ARGPARSE_OPT_STRING, __VA_ARGS__ } macro
139 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), … macro