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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dvarobj.c832 struct varobj_root *croot;
839 croot = rootlist;
840 while ((croot != NULL) && (mycount > 0))
842 *cv = croot->rootvar;
845 croot = croot->next;
850 if (mycount || (croot != NULL))
831 struct varobj_root *croot; local

Completed in 62 milliseconds