Searched defs:fnstr (Results 1 - 1 of 1) sorted by path

/external/pcre/dist/
H A Dpcregrep.c222 typedef struct fnstr { struct
223 struct fnstr *next;
225 } fnstr; typedef in typeref:struct:fnstr
227 static fnstr *exclude_from = NULL;
228 static fnstr *exclude_from_last = NULL;
229 static fnstr *include_from = NULL;
230 static fnstr *include_from_last = NULL;
232 static fnstr *file_lists = NULL;
233 static fnstr *file_lists_last = NULL;
234 static fnstr *pattern_file
[all...]

Completed in 183 milliseconds