Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dtail.c35 struct line_list { struct
36 struct line_list *next, *prev; argument
41 static struct line_list *read_chunk(int fd, int len) in read_chunk() argument