Home | History | Annotate | Download | only in emultempl

Lines Matching full:filelist

98 struct filelist
100 struct filelist *next;
105 static struct filelist *import_files;
498 struct filelist *n;
499 struct filelist **flpp;
501 n = (struct filelist *) xmalloc (sizeof (struct filelist));
658 struct filelist *n;
659 struct filelist **flpp;
661 n = (struct filelist *) xmalloc (sizeof (struct filelist));
731 struct filelist *fl;