Home
last modified time | relevance | path

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

/freebsd/contrib/diff/lib/
H A Dexclude.c76 struct patopts struct
86 struct patopts *exclude; argument
146 struct patopts const *exclude = ex->exclude; in excluded_filename()
185 struct patopts *patopts; in add_exclude() local
191 patopts = &ex->exclude[ex->exclude_count++]; in add_exclude()
192 patopts->pattern = pattern; in add_exclude()
193 patopts->options = options; in add_exclude()