Searched defs:OPT_BOOLEAN_FLAG (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/subcmd/
H A Dparse-options.h122 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f) } macro

Completed in 121 milliseconds