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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dvarobj.c608 int mycount;
628 mycount = delcount;
630 while ((*cp != NULL) && (mycount > 0))
632 mycount--;
637 if (mycount || (*cp != NULL))
638 warning ("varobj_delete: assertion failed - mycount(=%d) <> 0",
639 mycount);
833 int mycount = rootcount;
840 while ((croot != NULL) && (mycount > 0))
843 mycount
607 int mycount; local
832 int mycount = rootcount; local
[all...]

Completed in 244 milliseconds