Searched refs:OPTION_END (Results 1 – 2 of 2) sorted by relevance
81 case OPTION_END: in get_value()220 case OPTION_END: in get_value()230 for (; options->type != OPTION_END; options++) { in parse_short_opt()249 for (; options->type != OPTION_END; options++) { in parse_long_opt()353 for (; options->type != OPTION_END; options++) { in check_typos()529 while (options->type != OPTION_END) { in parse_options_subcommand()633 case OPTION_END: in print_option_help()679 for (o = opts; o->type != OPTION_END; o++) in options__order()755 for ( ; opts->type != OPTION_END; opts++) { in usage_with_options_internal()810 for ( ; opts->type != OPTION_END; opts++) { in parse_options_usage()[all …]
9 OPTION_END, enumerator109 #define OPT_END() { .type = OPTION_END }