HomeSort by: relevance | last modified time | path
    Searched refs:add_exclude (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/diffutils/dist/lib/
exclude.h 48 void add_exclude PARAMS ((struct exclude *, char const *, int));
exclude.c 193 add_exclude (struct exclude *ex, char const *pattern, int options) function
  /src/external/gpl2/grep/dist/lib/
exclude.h 34 void add_exclude PARAMS ((struct exclude *, char const *));
exclude.c 73 add_exclude (struct exclude *ex, char const *pattern) function
  /src/external/gpl2/xcvs/dist/diff/
diff.c 52 static void add_exclude PARAMS((char const *));
141 add_exclude (pattern)
176 add_exclude (p);
520 add_exclude (optarg);
139 add_exclude (pattern) function
  /src/external/gpl2/grep/dist/src/
grep.c 1622 add_exclude (excluded_patterns, optarg);
1628 if (add_exclude_file (add_exclude, excluded_patterns, optarg, '\n')
1638 add_exclude (included_patterns, optarg);
  /src/external/gpl2/diffutils/dist/src/
diff.c 136 /* Return an option value suitable for add_exclude. */
486 add_exclude (excluded, optarg, exclude_options ());
490 if (add_exclude_file (add_exclude, excluded, optarg,

Completed in 18 milliseconds