HomeSort by relevance Sort by last modified time
    Searched refs:OPTION_GROUP (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/
parse-options.c 59 case OPTION_GROUP:
180 case OPTION_GROUP:
453 if (opts->type != OPTION_GROUP)
460 if (opts->type == OPTION_GROUP) {
520 case OPTION_GROUP:
parse-options.h 21 OPTION_GROUP,
77 * OPTION_GROUP uses this pointer to store the group header.
113 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) }

Completed in 25 milliseconds