Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.h126 #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
/kernel/linux/linux-6.6/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 2 milliseconds