Lines Matching refs:files
24 * print the tail of one or more files
33 "[+NAME?tail - output trailing portion of one or more files ]"
34 "[+DESCRIPTION?\btail\b copies one or more input files to standard output "
96 "[+0?All files copied successfully.]"
97 "[+>0?One or more files did not copy.]"
234 * see whether both files are needed
424 Tail_t* files;
614 files = 0;
623 if (files)
626 files = fp;
631 if (!files)
638 while (fp = files)
710 files = files->next;
721 for (fp = files; fp; fp = fp->next)