Home
last modified time | relevance | path

Searched refs:file_head (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.cc57 static gfc_file *file_head, *current_file; variable
266 file_head = NULL; in gfc_scanner_init_1()
293 while(file_head != NULL) in gfc_scanner_done_1()
295 f = file_head->next; in gfc_scanner_done_1()
296 free (file_head->filename); in gfc_scanner_done_1()
297 free (file_head); in gfc_scanner_done_1()
298 file_head = f; in gfc_scanner_done_1()
2053 f->next = file_head; in get_file()
2054 file_head = f; in get_file()
H A DChangeLog-20042334 (file_head, current_file, gfc_current_form, line_head, line_tail,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c56 static gfc_file *file_head, *current_file; variable
265 file_head = NULL; in gfc_scanner_init_1()
292 while(file_head != NULL) in gfc_scanner_done_1()
294 f = file_head->next; in gfc_scanner_done_1()
295 free (file_head->filename); in gfc_scanner_done_1()
296 free (file_head); in gfc_scanner_done_1()
297 file_head = f; in gfc_scanner_done_1()
2005 f->next = file_head; in get_file()
2006 file_head = f; in get_file()
/netbsd-src/tests/fs/tmpfs/
H A Dt_symlink.sh33 file_head() { function