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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dvarobj.c381 static int rootcount = 0; /* number of root varobjs in the list */ variable
833 int mycount = rootcount;
835 /* Alloc (rootcount + 1) entries for the result */
836 *varlist = xmalloc ((rootcount + 1) * sizeof (struct varobj *));
853 rootcount, mycount);
855 return rootcount;
1144 rootcount++;
1221 rootcount--;

Completed in 90 milliseconds