Lines Matching refs:number_children
4108 number_children; in XGetWindowImage() local
4117 &children,&number_children); in XGetWindowImage()
4135 if ((status == True) && (number_children != 0)) in XGetWindowImage()
4137 for (i=0; i < (int) number_children; i++) in XGetWindowImage()
9704 number_children; in XWindowByID() local
9719 &number_children); in XWindowByID()
9723 for (i=0; i < (int) number_children; i++) in XWindowByID()
9779 number_children; in XWindowByName() local
9797 &number_children); in XWindowByName()
9801 for (i=0; i < (int) number_children; i++) in XWindowByName()
9863 number_children; in XWindowByProperty() local
9879 status=XQueryTree(display,window,&root,&parent,&children,&number_children); in XWindowByProperty()
9884 for (i=0; (i < number_children) && (child == (Window) NULL); i++) in XWindowByProperty()
9893 for (i=0; (i < number_children) && (child == (Window) NULL); i++) in XWindowByProperty()