Lines Matching defs:files
61 * Linked list of units (strings and files) to be compiled
76 * Linked list of files to be processed
84 * Linked list pointer to files and pointer to current
87 static struct s_flist *files, **fl_nextp = &files;
96 static int ispan; /* Whether inplace editing spans across files */
100 * units, but span across input files. The latter is optional if editing
148 ispan = 1; /* span across input files */
168 ispan = 0; /* don't span across input files */
217 * together. Empty strings and files are ignored.
314 * Like fgets, but go through the list of files chaining them together.
329 if (files->fname == NULL) {
346 /* If we are here then either eof or no files are open yet */
388 files = files->next;
391 if (files == NULL) {
395 fname = files->fname;
405 "works for regular files"));
512 if (files->next != NULL && (inplace == NULL || ispan))