Lines Matching defs: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
426 Tail_t* files;
615 files = 0;
624 if (files)
627 files = fp;
632 if (!files)
637 while (fp = files)
702 files = files->next;