Home | History | Annotate | Download | only in makeinfo

Lines Matching defs:the_file

1753   char *the_file;
1771 the_file = find_and_load (filename, 0);
1772 if (!the_file)
1798 memcpy (the_header, the_file, header_size);
1813 char last_char = the_file[i];
1817 if ((the_file[i] == '\037') &&
1822 last_char = the_file[i];
1839 char last_char = the_file[i];
1843 if ((the_file[i] == '\037') &&
1848 last_char = the_file[i];
1887 || write (fd, the_file + file_top, file_bot - file_top)
1901 indirect_info = the_file + file_top;
1930 int distance = indirect_info - the_file;
1931 fwrite (the_file, 1, distance, output_stream);
1948 free (the_file);