• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/

Lines Matching refs:next

26      list->root, node->next, node->value.
57 list->root.next = &list->root;
108 tail->next = node;
111 tail->next = &list->root;
132 return (node->next != &list->root ? node->next : NULL);
153 node = list->root.next;
155 node = node->next;
179 node = list->root.next;
181 node = node->next;
251 for (node = list->root.next; ; node = node->next)
300 node = list->root.next;
302 node = node->next;
306 node = node->next, end_index--)
320 for (node = list->root.next; node != &list->root; node = node->next)
344 gl_list_node_t node = list->root.next;
348 node = node->next;
352 for (; end_index > 0; node = node->next, end_index--)
358 for (; end_index > 0; node = node->next, end_index--)
431 node = list->root.next;
433 node = node->next;
437 node = node->next, index++)
468 gl_list_node_t node = list->root.next;
471 node = node->next;
477 node = node->next, index++)
485 node = node->next, index++)
512 ASYNCSAFE(gl_list_node_t) node->next = list->root.next;
513 node->next->prev = node;
514 ASYNCSAFE(gl_list_node_t) list->root.next = node;
541 ASYNCSAFE(gl_list_node_t) node->next = &list->root;
543 ASYNCSAFE(gl_list_node_t) node->prev->next = node;
571 ASYNCSAFE(gl_list_node_t) new_node->next = node;
573 ASYNCSAFE(gl_list_node_t) new_node->prev->next = new_node;
602 ASYNCSAFE(gl_list_node_t) new_node->next = node->next;
603 new_node->next->prev = new_node;
604 ASYNCSAFE(gl_list_node_t) node->next = new_node;
643 node = node->next;
645 ASYNCSAFE(gl_list_node_t) new_node->next = node->next;
646 new_node->next->prev = new_node;
647 ASYNCSAFE(gl_list_node_t) node->next = new_node;
657 ASYNCSAFE(gl_list_node_t) new_node->next = node;
659 ASYNCSAFE(gl_list_node_t) new_node->prev->next = new_node;
675 gl_list_node_t next;
684 next = node->next;
686 ASYNCSAFE(gl_list_node_t) prev->next = next;
687 next->prev = prev;
713 node = node->next;
714 removed_node = node->next;
715 after_removed = node->next->next;
716 ASYNCSAFE(gl_list_node_t) node->next = after_removed;
731 ASYNCSAFE(gl_list_node_t) before_removed->next = node;
761 for (node = list->root.next; node != &list->root; )
763 gl_list_node_t next = node->next;
767 node = next;
784 result.p = list->root.next;
832 node = list->root.next;
834 node = node->next;
848 node = list->root.next;
850 node = node->next;
853 node = node->next;
876 iterator->p = node->next;
896 for (node = list->root.next; node != &list->root; node = node->next)
929 node = list->root.next;
931 node = node->next;
949 node = node->next;
963 for (node = list->root.next, index = 0;
965 node = node->next, index++)
999 node = list->root.next;
1001 node = node->next;
1019 node = node->next;
1033 for (node = list->root.next; node != &list->root; node = node->next)
1045 for (node = list->root.next; node != &list->root; node = node->next)