Searched refs:ln1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dbuildsym.c750 struct linetable_entry *ln1 = (struct linetable_entry *) ln1p;
755 if (ln1->pc < ln2->pc)
758 if (ln1->pc > ln2->pc)
763 return ln1->line - ln2->line;
744 struct linetable_entry *ln1 = (struct linetable_entry *) ln1p; local
/freebsd-10.1-release/usr.bin/make/
H A Dsuff.c896 const LstNode *ln1; local
916 LST_FOREACH(ln1, l)
917 printf("%p ", (const void *)Lst_Datum(ln1));
929 LST_FOREACH(ln1, l)
930 printf("%p ", (const void *)Lst_Datum(ln1));
952 LstNode *ln, *ln1; local
963 for (ln = Lst_First(l); ln != NULL; ln = ln1) {
964 ln1 = Lst_Succ(ln);

Completed in 106 milliseconds