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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dvarobj.c402 static int rootcount = 0; /* number of root varobjs in the list */ variable
947 int mycount = rootcount;
949 /* Alloc (rootcount + 1) entries for the result */
950 *varlist = xmalloc ((rootcount + 1) * sizeof (struct varobj *));
967 rootcount, mycount);
969 return rootcount;
1373 rootcount++;
1450 rootcount--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dvarobj.c402 static int rootcount = 0; /* number of root varobjs in the list */ variable
947 int mycount = rootcount;
949 /* Alloc (rootcount + 1) entries for the result */
950 *varlist = xmalloc ((rootcount + 1) * sizeof (struct varobj *));
967 rootcount, mycount);
969 return rootcount;
1373 rootcount++;
1450 rootcount--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dvarobj.c402 static int rootcount = 0; /* number of root varobjs in the list */ variable
947 int mycount = rootcount;
949 /* Alloc (rootcount + 1) entries for the result */
950 *varlist = xmalloc ((rootcount + 1) * sizeof (struct varobj *));
967 rootcount, mycount);
969 return rootcount;
1373 rootcount++;
1450 rootcount--;

Completed in 188 milliseconds