Lines Matching refs:next
15 struct search_path *next; /* next node in list, NULL for end */
140 for (node = search_path_head; !*fp && node; node = node->next)
221 node->next = NULL;
229 search_path_tail = &node->next;
263 assert(pos->next == NULL);
281 for (p = pos; p->next != NULL; p = p->next);
282 p->next = newtail;
351 if (pos->next != NULL) {
352 rest = srcpos_string_comment(pos->next, first_line, level);