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

/xsrc/external/mit/xdm/dist/xdm/
H A Dreset.c63 unsigned int nchildren = 0; local in function:killWindows
65 while (XQueryTree (dpy, window, &root, &parent, &children, &nchildren)
66 && nchildren > 0)
68 for (child = 0; child < nchildren; child++) {
/xsrc/external/mit/libX11/dist/src/
H A DQuTree.c39 unsigned int *nchildren) /* RETURN */
67 *nchildren = rep.nChildren;
33 XQueryTree(register Display * dpy,Window w,Window * root,Window * parent,Window ** children,unsigned int * nchildren) argument
/xsrc/external/mit/libXmu/dist/src/
H A DClientWin.c72 unsigned int nchildren; local in function:TryChildren
80 if (!XQueryTree(dpy, win, &root, &parent, &children, &nchildren))
82 for (i = 0; !inf && (i < nchildren); i++) {
92 for (i = 0; !inf && (i < nchildren); i++)
/xsrc/external/mit/transset/dist/
H A Ddsimple.c262 unsigned int nchildren, i; local in function:Window_With_Name
269 if (!XQueryTree (disp, top, &dummy, &dummy, &children, &nchildren))
272 for (i = 0; i < nchildren; i++) {
294 unsigned int nchildren, i; local in function:Window_With_Name_Regex_Recurse
302 if (!XQueryTree (disp, top, &dummy, &dummy, &children, &nchildren))
305 for (i = 0; i < nchildren; i++) {
/xsrc/external/mit/xkill/dist/
H A Dxkill.c334 unsigned int nchildren; local in function:kill_all_windows
341 nchildren = 0;
342 XQueryTree (dpy, root, &dummywindow, &dummywindow, &children, &nchildren);
344 for (i = 0; i < nchildren; i++) {
352 for (i = 0; i < nchildren; i++) {
/xsrc/external/mit/xwininfo/dist/
H A Ddsimple.c295 unsigned int nchildren; local in function:recursive_Window_With_Name
378 nchildren = xcb_query_tree_children_length (tree);
380 child_cookies = calloc(nchildren, sizeof(struct wininfo_cookies));
385 for (i = 0; i < nchildren; i++) {
394 for (i = 0; i < nchildren; i++) {
404 for (/* keep previous i */; i < nchildren; i++) {
/xsrc/external/mit/xwd/dist/
H A Ddsimple.c299 unsigned int nchildren; local in function:Window_With_Name
307 if (!XQueryTree(disp, top, &dummy, &dummy, &children, &nchildren))
310 for (i = 0; i < nchildren; i++) {
/xsrc/external/mit/xprop/dist/
H A Ddsimple.c311 unsigned int nchildren; local in function:Window_With_Name
319 if (!XQueryTree(display, top, &dummy, &dummy, &children, &nchildren))
322 for (i=0; i<nchildren; i++) {
/xsrc/external/mit/twm/dist/src/
H A Dtwm.c201 unsigned int nchildren; local in function:main
558 XQueryTree(dpy, Scr->Root, &root, &parent, &children, &nchildren);
566 for (i = 0; (unsigned) i < nchildren; i++) {
572 for (j = 0; (unsigned) j < nchildren; j++) {
587 for (i = 0; (unsigned) i < nchildren; i++) {
/xsrc/external/mit/ctwm/dist/
H A Dctwm_main.c899 unsigned int nchildren; local in function:ctwm_main
901 XQueryTree(dpy, Scr->Root, &croot, &parent, &children, &nchildren);
904 for(int i = 0; i < nchildren; i++) {
910 for(int j = 0; j < nchildren; j++) {
928 for(int i = 0; i < nchildren; i++) {
H A Dcaptive.c701 unsigned int nchildren, key_buttons; local in function:AdoptWindow
741 XQueryTree(dpy, Scr->Root, &root, &parent, &children, &nchildren);
747 XQueryTree(dpy, parent, &root, &parent, &children, &nchildren);
H A Dotp.c211 unsigned int nchildren; local in function:OtpCheckConsistencyVS
216 XQueryTree(dpy, vroot, &root, &parent, &children, &nchildren);
221 fprintf(stderr, "XQueryTree: %d children:\n", nchildren);
223 for(i = 0; i < nchildren; i++) {
317 for(i = 0; i < nchildren && windowOfOwl != children[i];) {
322 assert(i < nchildren && "Window was not found in stack");
337 assert(stack < nchildren);
H A Dworkspace_manager.c1889 unsigned int nchildren; local in function:WMapRestack
1892 nchildren = 0;
1893 XQueryTree(dpy, Scr->Root, &root, &parent, &children, &nchildren);
1900 smallws = calloc(nchildren, sizeof(Window));
1908 for(int i = nchildren - 1; i >= 0; i--) {
/xsrc/external/mit/smproxy/dist/
H A Dsmproxy.c1148 unsigned int nchildren, i;
1157 XQueryTree (disp, root, &dontCare1, &dontCare2, &children, &nchildren);
1159 for (i = 0; i < nchildren; i++)
1121 unsigned int nchildren, i; local in function:CheckForExistingWindows
/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c1401 unsigned int nchildren, i; local in function:determine_wintype
1409 &nchildren))
1417 for (i = 0;i < nchildren;i++)
2063 unsigned int nchildren; local in function:main
2233 XQueryTree (dpy, root, &root_return, &parent_return, &children, &nchildren);
2234 for (i = 0; i < nchildren; i++)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwm.c1084 unsigned int nchildren; local in function:winMultiWindowXMsgProc
1091 &root, &parent, &children, &nchildren))
/xsrc/external/mit/xterm/dist/
H A Dmisc.c1562 unsigned int nchildren; local in function:WMFrameWindow
1575 &nchildren);

Completed in 38 milliseconds