Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c243 typedef struct fnstr { struct
244 struct fnstr *next; argument
246 } fnstr; argument
248 static fnstr *exclude_from = NULL;
249 static fnstr *exclude_from_last = NULL;
250 static fnstr *include_from = NULL;
251 static fnstr *include_from_last = NULL;
253 static fnstr *file_lists = NULL;
254 static fnstr *file_lists_last = NULL;
255 static fnstr *pattern_files = NULL;
[all …]