Searched refs:fnstr (Results 1 – 1 of 1) sorted by relevance
318 typedef struct fnstr { struct319 struct fnstr *next; argument321 } fnstr; typedef323 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 …]