Searched defs:line_list (Results 1 – 1 of 1) sorted by relevance
43 struct line_list { struct44 struct line_list *next, *prev; argument49 static struct line_list *get_chunk(int fd, int len) in get_chunk() argument