Lines Matching refs:next
124 struct file_info_struct * next; member
146 struct list_message *next; member
167 struct list_info_struct *next; member
242 lm->next = NULL; in listing_message()
245 listing_tail->last_message->next = lm; in listing_message()
274 p = p->next; in file_info()
279 p->next = file_info_head; in file_info()
408 listing_tail->next = new_i; in listing_newline()
417 new_i->next = (list_info_type *) NULL; in listing_newline()
460 for (l = head; l->next != listing_tail; l = l->next) in listing_prev_line()
528 int next = fgetc (last_open_file); in buffer_line() local
530 if ((c == '\r' && next != '\n') in buffer_line()
531 || (c == '\n' && next != '\r')) in buffer_line()
532 ungetc (next, last_open_file); in buffer_line()
681 int next = fgetc (last_open_file); in rebuffer_line() local
683 if ((c == '\r' && next != '\n') in rebuffer_line()
684 || (c == '\n' && next != '\r')) in rebuffer_line()
685 ungetc (next, last_open_file); in rebuffer_line()
731 list = list->next; in listing_page()
891 for (msg = list->messages; msg; msg = msg->next) in print_lines()
1158 && list->next != NULL in debugging_pseudo()
1159 && list->next->debugging) in debugging_pseudo()
1212 list = head->next; in listing_listing()
1312 list = list->next; in listing_listing()