Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c318 typedef struct fnstr { struct
319 struct fnstr *next; argument
321 } fnstr; typedef
323 static fnstr *exclude_from = NULL;
324 static fnstr *exclude_from_last = NULL;
325 static fnstr *include_from = NULL;
326 static fnstr *include_from_last = NULL;
328 static fnstr *file_lists = NULL;
329 static fnstr *file_lists_last = NULL;
330 static fnstr *pattern_files = NULL;
[all …]