Lines Matching refs:fnstr
243 typedef struct fnstr { struct
244 struct fnstr *next; argument
246 } fnstr; argument
248 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;
256 static fnstr *pattern_files_last = NULL;
261 fnstr **anchor;
262 fnstr **lastptr;
559 free_file_chain(fnstr *fn) in free_file_chain()
563 fnstr *f = fn; in free_file_chain()
2940 fnstr *fn; in main()
3235 fn = (fnstr *)malloc(sizeof(fnstr)); in main()