| /xsrc/external/mit/libX11/dist/src/ |
| H A D | QuTree.c | 33 Status XQueryTree ( function in typeref:typename:Status
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | reset.c | 65 while (XQueryTree (dpy, window, &root, &parent, &children, &nchildren)
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | ClientWin.c | 80 if (!XQueryTree(dpy, win, &root, &parent, &children, &nchildren))
|
| /xsrc/external/mit/transset/dist/ |
| H A D | dsimple.c | 269 if (!XQueryTree (disp, top, &dummy, &dummy, &children, &nchildren)) 302 if (!XQueryTree (disp, top, &dummy, &dummy, &children, &nchildren))
|
| H A D | transSet.c | 82 if (!XQueryTree (disp, child, &root, &parent, &child_list, 92 if (!XQueryTree (disp, child, &root, &parent, &child_list,
|
| H A D | clientwin.c | 81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | clientwin.c | 81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
|
| H A D | dsimple.c | 307 if (!XQueryTree(disp, top, &dummy, &dummy, &children, &nchildren))
|
| H A D | multiVis.c | 616 Window root, parent, *child; /* variables for XQueryTree() */ 617 unsigned int nchild; /* variables for XQueryTree() */ 631 XQueryTree(disp, curr, &root, &parent, &child, &nchild);
|
| /xsrc/external/mit/xprop/dist/ |
| H A D | clientwin.c | 81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
|
| H A D | dsimple.c | 319 if (!XQueryTree(display, top, &dummy, &dummy, &children, &nchildren))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/ |
| H A D | dmxinfo.c | 120 if (!XQueryTree(display, window, &root, &parent, &list, &count)) {
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | captive.c | 741 XQueryTree(dpy, Scr->Root, &root, &parent, &children, &nchildren); 747 XQueryTree(dpy, parent, &root, &parent, &children, &nchildren);
|
| H A D | ctwm_main.c | 901 XQueryTree(dpy, Scr->Root, &croot, &parent, &children, &nchildren);
|
| H A D | otp.c | 216 XQueryTree(dpy, vroot, &root, &parent, &children, &nchildren); 221 fprintf(stderr, "XQueryTree: %d children:\n", nchildren); 309 * won't show up in the tree from XQueryTree().
|
| H A D | workspace_manager.c | 1893 XQueryTree(dpy, Scr->Root, &root, &parent, &children, &nchildren); 1946 * reversed from earlier; XQueryTree() returns bottom->top,
|
| /xsrc/external/mit/xkill/dist/ |
| H A D | xkill.c | 342 XQueryTree (dpy, root, &dummywindow, &dummywindow, &children, &nchildren);
|
| /xsrc/external/mit/libX11/dist/man/ |
| H A D | Makefile.am | 132 XQueryTree.man \
|
| H A D | Makefile.in | 534 XQueryTree.man \
|
| /xsrc/external/mit/ctwm/dist/doc/devman/ |
| H A D | principles.adoc | 57 with `XQueryTree()`. Now that we have _OTP_ (see later), this should be
|
| /xsrc/external/mit/smproxy/dist/ |
| H A D | smproxy.c | 1152 * Note that at any moment after XQueryTree is called, a 1157 XQueryTree (disp, root, &dontCare1, &dontCare2, &children, &nchildren);
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | twm.c | 558 XQueryTree(dpy, Scr->Root, &root, &parent, &children, &nchildren);
|
| /xsrc/external/mit/xcompmgr/dist/ |
| H A D | xcompmgr.c | 1408 if (!XQueryTree (dpy, w, &root_return, &parent_return, &children, 1411 /* XQueryTree failed. */ 2233 XQueryTree (dpy, root, &root_return, &parent_return, &children, &nchildren);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 1089 XQueryTree(event.xmap.display,
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 3027 extern Status XQueryTree(
|