Home
last modified time | relevance | path

Searched refs:Ignore_proc (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
H A Dcvs.h597 typedef void (*Ignore_proc) (const char *, const char *); typedef
598 void ignore_files (List *, List *, const char *, Ignore_proc);
H A Dignore.c356 Ignore_proc proc) in ignore_files()