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++) {
659 while (options->type != OPTION_END) {
765 case OPTION_END:
817 for (o = p; o->type != OPTION_END; o++)
833 /* copy the last OPTION_END */
[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 184 milliseconds