Lines Matching refs:filelist
43 struct filelist struct
46 struct filelist *next; argument
160 struct filelist null_file = in read_srclines()
170 struct filelist *filelist = &null_file; in read_srclines() local
325 struct filelist flstack[MAX_STACK_FILES]; in read_srclines()
327 struct filelist *fl = (nfilelist < MAX_STACK_FILES \ in read_srclines()
329 : malloc (sizeof (struct filelist))); \ in read_srclines()
333 fl->next = filelist; \ in read_srclines()
334 filelist = fl; \ in read_srclines()
344 struct filelist *new_file = NEW_FILE (); in read_srclines()
545 struct filelist *new_file = NEW_FILE (); in read_srclines()
745 struct filelist *fileslist = filelist; in read_srclines()
825 struct filelist *fl = filelist->next; in read_srclines()
826 free (filelist); in read_srclines()
827 filelist = fl; in read_srclines()