Home | History | Annotate | Download | only in col

Lines Matching defs:l_next

97 	LINE	*l_next;		/* next line */
277 lnew->l_next = l;
291 if (l->l_next == NULL) {
292 l->l_next = alloc_line();
293 l->l_next->l_prev = l;
295 l = l->l_next;
351 for (; l->l_next; l = l->l_next)
383 lines = l->l_next;
389 if (l->l_next)
571 l->l_next = l + 1;
572 l->l_next = NULL;
575 line_freelist = l->l_next;
585 l->l_next = line_freelist;