Searched defs:ebuffer (Results 1 – 1 of 1) sorted by relevance
49 struct ebuffer struct51 char *buffer; /* Start of the current line in the buffer. */52 char *bufnext; /* Start of the next line in the buffer. */53 char *bufstart; /* Start of the entire buffer. */54 unsigned int size; /* Malloc'd size of buffer. */55 FILE *fp; /* File, or NULL if this is an internal buffer. */56 struct floc floc; /* Info on the file in fp (if any). */