Lines Matching full:linelist
68 struct linelist
71 struct linelist *next;
95 new_line = (struct linelist *) alloca (sizeof (struct linelist)); \
108 new_line->next = linelist; \
109 linelist = new_line; \
356 struct linelist *linelist = NULL;
360 struct linelist *new_line;
661 sortlines[i] = &linelist->line;
662 linelist = linelist->next;
664 assert (linelist == NULL);