Searched refs:OPTION_BOOLEAN (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/subcmd/
H A Dparse-options.h16 OPTION_BOOLEAN, enumerator in enum:parse_opt_type
121 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) }
122 #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) }
124 { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \
H A Dparse-options.c106 case OPTION_BOOLEAN:
155 case OPTION_BOOLEAN:
193 case OPTION_BOOLEAN:
766 case OPTION_BOOLEAN:

Completed in 111 milliseconds