Lines Matching defs:data
22 -f Follow FILE(s), waiting for more data to be appended
37 char *data;
46 line->data = ((char *)line) + sizeof(struct line_list);
47 line->len = readall(fd, line->data, len);
61 xwrite(1, list->data, list->len);
77 // Seek to the right spot, output data from there.
107 // Start outputting data right after newline
108 else if (list->data[offset] == '\n' && !++lines) {
110 list->data += offset;
118 // Output stored data
152 // Read data until we run out, keep a trailing buffer
154 // Read next page of data, appending to linked list in order
166 list->data += bytes;
172 char *try = new->data;
184 c = *list->data;
186 else list->data++;
238 // Read new data.