Home | Sort by relevance Sort by last modified time |
/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)) |