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

  /external/linux-tools-perf/util/
parse-options.h 48 PARSE_OPT_NONEG = 4,
83 * PARSE_OPT_NONEG: says that this option cannot be negated
parse-options.c 42 if (unset && (opt->flags & PARSE_OPT_NONEG))

Completed in 165 milliseconds