Home
last modified time | relevance | path

Searched defs:ebuffer (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dread.c49 struct ebuffer struct
51 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). */