Searched refs:fd1 (Results 1 – 2 of 2) sorted by relevance
423 FILE *fd1; in assert_equalfile() local433 fd1 = mch_fopen((char *)fname1, READBIN); in assert_equalfile()434 if (fd1 == NULL) in assert_equalfile()443 fclose(fd1); in assert_equalfile()454 c1 = fgetc(fd1); in assert_equalfile()493 fclose(fd1); in assert_equalfile()
5286 FILE *fd1; in term_load_dump() local5299 fd1 = mch_fopen((char *)fname1, READBIN); in term_load_dump()5300 if (fd1 == NULL) in term_load_dump()5310 fclose(fd1); in term_load_dump()5372 width = read_dump_file(fd1, &cursor_pos1); in term_load_dump()5532 fclose(fd1); in term_load_dump()