Lines Matching refs:fp
103 FILE *fp; // File pointer member
3579 bigger[i].fp = NULL; in find_pattern_in_path()
3592 if ((files[depth + 1].fp = mch_fopen((char *)new_fname, "r")) in find_pattern_in_path()
3754 LSIZE, files[depth].fp)) in find_pattern_in_path()
3817 (depth == -1) ? NULL : files[depth].fp, in find_pattern_in_path()
3838 (depth == -1) ? NULL : files[depth].fp, in find_pattern_in_path()
3937 && vim_fgets(line = file_line, LSIZE, files[depth].fp)) in find_pattern_in_path()
3939 fclose(files[depth].fp); in find_pattern_in_path()
3972 fclose(files[i].fp); in find_pattern_in_path()
4014 FILE *fp, in show_pat_in_path() argument
4029 if (fp != NULL) in show_pat_in_path()
4054 if (fp != NULL) in show_pat_in_path()
4056 if (vim_fgets(line, LSIZE, fp)) // end of file in show_pat_in_path()