Searched refs:fnstr (Results 1 – 1 of 1) sorted by relevance
243 typedef struct fnstr { struct244 struct fnstr *next; argument246 } fnstr; argument248 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 …]