Lines Matching defs:line
43 struct line_list *line = xmalloc(sizeof(struct line_list)+len);
45 memset(line, 0, sizeof(struct line_list));
46 line->data = ((char *)line) + sizeof(struct line_list);
47 line->len = readall(fd, line->data, len);
49 if (line->len < 1) {
50 free(line);
54 return line;
104 // If the last line ends with a newline, that one doesn't count.
126 // Called for each file listed on command line, and/or stdin
174 // First character _after_ a newline starts a new line, which