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

/linux-master/tools/lib/subcmd/
H A Dparse-options.c112 case OPTION_END:
160 case OPTION_END:
337 case OPTION_END:
348 for (; options->type != OPTION_END; options++) {
374 for (; options->type != OPTION_END; options++) {
486 for (; options->type != OPTION_END; options++) {
660 while (options->type != OPTION_END) {
763 case OPTION_END:
813 for (o = opts; o->type != OPTION_END; o++)
823 for (opt = group = ordered; opt->type != OPTION_END; op
[all...]
H A Dparse-options.h11 OPTION_END, enumerator in enum:parse_opt_type
56 * holds the type of the option, you must have an OPTION_END last in your
74 * Must never be NULL (except for OPTION_END).
116 #define OPT_END() { .type = OPTION_END }
117 #define OPT_PARENT(p) { .type = OPTION_END, .parent = (p) }

Completed in 277 milliseconds