Lines Matching defs:fp
55 FILE *fp; /* File, or NULL if this is an internal buffer. */
56 struct floc floc; /* Info on the file in fp (if any). */
341 ebuf.fp = fopen (filename, "r");
348 if (ebuf.fp == 0 && (flags & RM_INCLUDED) && *filename != '/')
354 ebuf.fp = fopen (included, "r");
355 if (ebuf.fp)
386 if (ebuf.fp == 0)
411 fclose (ebuf.fp);
431 ebuf.fp = NULL;
2562 if (!ebuf->fp)
2572 while (fgets (p, end - p, ebuf->fp) != 0)
2646 if (ferror (ebuf->fp))