Home
last modified time | relevance | path

Searched refs:OPTION_STRING (Results 1 – 2 of 2) sorted by relevance

/tools/lib/subcmd/
Dparse-options.h23 OPTION_STRING, enumerator
133 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), …
135 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \
138 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name…
Dparse-options.c113 case OPTION_STRING: in get_value()
163 case OPTION_STRING: in get_value()
207 case OPTION_STRING: in get_value()
698 case OPTION_STRING: in print_option_help()