Searched refs:OPTION_END (Results 1 – 2 of 2) sorted by relevance
112 case OPTION_END: in get_value()159 case OPTION_END: in get_value()316 case OPTION_END: in get_value()327 for (; options->type != OPTION_END; options++) { in parse_short_opt()353 for (; options->type != OPTION_END; options++) { in parse_long_opt()465 for (; options->type != OPTION_END; options++) { in check_typos()639 while (options->type != OPTION_END) { in parse_options_subcommand()741 case OPTION_END: in print_option_help()791 for (o = opts; o->type != OPTION_END; o++) in options__order()869 for ( ; opts->type != OPTION_END; opts++) { in usage_with_options_internal()[all …]
15 OPTION_END, enumerator119 #define OPT_END() { .type = OPTION_END }120 #define OPT_PARENT(p) { .type = OPTION_END, .parent = (p) }