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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.c861 struct pending_block *pb, *pbnext;
864 pbnext = pb->next;
867 while (pbnext)
871 if (BLOCK_START (pb->block) < BLOCK_START (pbnext->block))
874 pb->block = pbnext->block;
875 pbnext->block = tmp;
878 pb = pbnext;
879 pbnext = pbnext->next;
854 struct pending_block *pb, *pbnext; local

Completed in 60 milliseconds