Lines Matching defs:files
79 * Linked list of units (strings and files) to be compiled
94 * Linked list of files to be processed
102 * Linked list pointer to files and pointer to current
105 static struct s_flist *files, **fl_nextp = &files;
114 static int ispan; /* Whether inplace editing spans across files */
118 * units, but span across input files. The latter is optional if editing
155 ispan = 1; /* span across input files */
176 ispan = 0; /* don't span across input files */
240 * together. Empty strings and files are ignored.
337 * Like fgets, but go through the list of files chaining them together.
352 if (files->fname == NULL) {
368 /* If we are here then either eof or no files are open yet */
410 files = files->next;
413 if (files == NULL) {
417 fname = files->fname;
424 "works for regular files");
527 file = files;