Searched refs:fnstr (Results 1 – 1 of 1) sorted by relevance
281 typedef struct fnstr { struct282 struct fnstr *next; argument284 } fnstr; typedef286 static fnstr *exclude_from = NULL;287 static fnstr *exclude_from_last = NULL;288 static fnstr *include_from = NULL;289 static fnstr *include_from_last = NULL;291 static fnstr *file_lists = NULL;292 static fnstr *file_lists_last = NULL;293 static fnstr *pattern_files = NULL;[all …]