Searched refs:old_next (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dpartition.c81 struct partition_elem *old_next; local
113 old_next = e1->next;
115 e2->next = old_next;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpartition.c81 struct partition_elem *old_next; local
113 old_next = e1->next;
115 e2->next = old_next;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dnsec3.c528 unsigned char *old_next; local
670 old_next = nsec3.next;
691 memmove(nexthash, old_next, old_length);
789 old_next = nsec3.next;
812 memmove(nexthash, old_next, old_length);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsymtab.c2693 struct symbol_search **symbols, *symp, *old_next;
2705 old_next = symp;
2716 symp->next = old_next;
2685 struct symbol_search **symbols, *symp, *old_next; local
/freebsd-9.3-release/contrib/gcc/
H A Dreload1.c3935 rtx old_next = NEXT_INSN (insn);
4059 for (x = NEXT_INSN (insn); x != old_next; x = NEXT_INSN (x))
4093 for (p = PREV_INSN (old_next); p != prev; p = PREV_INSN (p))
3917 rtx old_next = NEXT_INSN (insn); local

Completed in 91 milliseconds