Searched defs:line_list (Results 1 – 2 of 2) sorted by relevance
43 struct line_list { struct44 struct line_list *next, *prev; argument49 static struct line_list *read_chunk(int fd, int len) in read_chunk() argument
1352 pub fn line_list(self) -> Self { in line_list() method