Lines Matching refs:children
261 Window *children, dummy;
269 if (!XQueryTree (disp, top, &dummy, &dummy, &children, &nchildren))
273 w = Window_With_Name (disp, children[i], name);
277 if (children)
278 XFree (children);
293 Window *children, dummy;
302 if (!XQueryTree (disp, top, &dummy, &dummy, &children, &nchildren))
306 w = Window_With_Name_Regex_Recurse (disp, children[i], reg_name);
310 if (children)
311 XFree (children);