Home
last modified time | relevance | path

Searched refs:last_open_file (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/gas/
Dlisting.c188 static FILE * last_open_file; variable
465 if (last_open_file) in buffer_line()
467 last_open_file_info->pos = ftell (last_open_file); in buffer_line()
468 fclose (last_open_file); in buffer_line()
472 last_open_file = fopen (file->filename, FOPEN_RT); in buffer_line()
473 if (last_open_file == NULL) in buffer_line()
481 fseek (last_open_file, file->pos, SEEK_SET); in buffer_line()
484 c = fgetc (last_open_file); in buffer_line()
495 c = fgetc (last_open_file); in buffer_line()
1100 if (last_open_file) in listing_print()
[all …]
DChangeLog-98994788 (last_open_file_info, last_open_file): New; a one entry FILE* cache.