Searched refs:childlist (Results 1 – 4 of 4) sorted by relevance
65 static CHILD *childlist = NULL; /* List of children */ variable92 for (pc = childlist, prevpc = NULL; pc != NULL; in removechild()113 childlist = pc->c_next; in removechild()156 pc->c_next = childlist; in addchild()157 childlist = pc; in addchild()290 for (pc = childlist; pc; pc = pc->c_next) in reap()318 for (pc = childlist; pc; pc = nextpc) { in childscan()354 for (pc = childlist; pc; pc = pc->c_next) in waitup()359 for (pc = childlist; pc; pc = pc->c_next) in waitup()403 for (pc = childlist; pc && count > 0; pc = pc->c_next) { in waitup()
254 struct varobj **childlist; in mi_cmd_var_list_children() local270 numchild = varobj_list_children (var, &childlist); in mi_cmd_var_list_children()290 cc = childlist; in mi_cmd_var_list_children()308 xfree (childlist); in mi_cmd_var_list_children()
84 struct varobj ***childlist);
686 varobj_list_children (struct varobj *var, struct varobj ***childlist) in varobj_list_children() argument693 if (childlist == NULL) in varobj_list_children()696 *childlist = NULL; in varobj_list_children()702 *childlist = xmalloc ((var->num_children + 1) * sizeof (struct varobj *)); in varobj_list_children()707 *((*childlist) + i) = NULL; in varobj_list_children()715 *((*childlist) + i) = child; in varobj_list_children()719 *((*childlist) + i) = NULL; in varobj_list_children()