Searched refs:OPTION_BIT (Results 1 – 2 of 2) sorted by relevance
/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 15 OPTION_BIT, enumerator 120 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }
|
H A D | parse-options.c | 108 case OPTION_BIT: in get_value() 157 case OPTION_BIT: in get_value() 186 case OPTION_BIT: in get_value() 765 case OPTION_BIT: in print_option_help()
|