Home
last modified time | relevance | path

Searched refs:nchildren_return (Results 1 – 25 of 54) sorted by relevance

123

/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dmacosx.c71 Window **children_return, unsigned int *nchildren_return);
125 Window **children_return, unsigned int *nchildren_return) { in macosx_xquerytree() argument
126 if (!w || !root_return || !parent_return || !children_return || !nchildren_return) {} in macosx_xquerytree()
653 Window **children_return, unsigned int *nchildren_return) { in macosx_xquerytree() argument
674 *nchildren_return = (unsigned int) macwinmax; in macosx_xquerytree()
H A Dmacosx.h48 Window **children_return, unsigned int *nchildren_return);
H A Dxwrappers.h146 unsigned int *nchildren_return);
H A Dxwrappers.c121 unsigned int *nchildren_return);
1642 unsigned int *nchildren_return) { in XQueryTree_wr() argument
1647 children_return, nchildren_return); in XQueryTree_wr()
1652 || !children_return || !nchildren_return) {} in XQueryTree_wr()
1659 children_return, nchildren_return); in XQueryTree_wr()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtgif_dbg.c458 nchildren_return) in Tgif_XQueryTree() argument
464 unsigned int *nchildren_return;
467 children_return, nchildren_return);
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A Dstubs.c210 nchildren_return) in XQueryTree() argument
216 unsigned int* nchildren_return;
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A Dstubs.c259 unsigned int *nchildren_return) in XQueryTree() argument
266 (void)nchildren_return; in XQueryTree()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A Dstubs.c259 unsigned int *nchildren_return) in XQueryTree() argument
266 (void)nchildren_return; in XQueryTree()
/dports/x11/libXcm/libxcm-0.5.4/src/
H A DXcmEvents.c783 unsigned int nchildren_return = 0, wins_n = 0; in XcmeContext_Setup() local
790 &children_return, &nchildren_return ); in XcmeContext_Setup()
791 wins = (Window*)malloc(sizeof(Window) * nchildren_return ); in XcmeContext_Setup()
792 memcpy( wins, children_return, sizeof(Window) * nchildren_return ); in XcmeContext_Setup()
796 for(i = nchildren_return - 1; i >= 0; --i) in XcmeContext_Setup()
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DContainer.cc131 unsigned int nchildren_return; in moveItemTo() local
135 &root_return, &parent_return, &children_return, &nchildren_return)) in moveItemTo()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/x11/
H A Dx11_window.c460 unsigned int nchildren_return; in bg_x11_window_get_coords() local
472 &children_return, &nchildren_return); in bg_x11_window_get_coords()
474 if(nchildren_return) in bg_x11_window_get_coords()
1524 unsigned int nchildren_return; in bg_x11_window_get_toplevel() local
1538 &children_return, &nchildren_return); in bg_x11_window_get_toplevel()
1539 if(nchildren_return) in bg_x11_window_get_toplevel()
H A Dgrab.c560 unsigned int nchildren_return; in handle_events() local
577 &children_return, &nchildren_return); in handle_events()
579 if(nchildren_return) in handle_events()
/dports/devel/libafterbase/libAfterBase-0.92/
H A Daudit.c969 Window ** children_return, unsigned int *nchildren_return) in count_xquerytree() argument
973 val = XQueryTree (display, w, root_return, parent_return, children_return, nchildren_return); in count_xquerytree()
974 if (val && *nchildren_return) in count_xquerytree()
975 …count_alloc (fname, line, (void *)*children_return, *nchildren_return * sizeof (Window), C_XMEM | … in count_xquerytree()
H A Daudit.h161 unsigned int *nchildren_return);
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A Daudit.c1072 Window ** children_return, unsigned int *nchildren_return) in count_xquerytree() argument
1076 val = XQueryTree (display, w, root_return, parent_return, children_return, nchildren_return); in count_xquerytree()
1077 if (val && *nchildren_return) in count_xquerytree()
1078 …count_alloc (fname, line, (void *)*children_return, *nchildren_return * sizeof (Window), C_XMEM | … in count_xquerytree()
H A Daudit.h181 unsigned int *nchildren_return);
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A Dstubs.c220 unsigned int *nchildren_return) in XQueryTree() argument
/dports/sysutils/barrier/barrier-2.3.3/src/lib/platform/
H A DXWindowsImpl.cpp405 unsigned int* nchildren_return) in XQueryTree() argument
408 nchildren_return); in XQueryTree()
H A DXWindowsImpl.h124 unsigned int* nchildren_return);
H A DIXWindowsImpl.h162 unsigned int* nchildren_return) = 0;
/dports/x11-toolkits/tkdnd/tkdnd2.8/unix/
H A DTkDND_XDND.c243 unsigned int nchildren_return; in TkDND_RegisterTypesObjCmd() local
246 &children_return, &nchildren_return); in TkDND_RegisterTypesObjCmd()
258 unsigned int nchildren_return; in TkDND_GetToplevelFromWrapper() local
263 &children_return, &nchildren_return); in TkDND_GetToplevelFromWrapper()
264 if (nchildren_return == 1) { in TkDND_GetToplevelFromWrapper()
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXXStubs.c643 nchildren_return) in XQueryTree() argument
649 unsigned int* nchildren_return;
/dports/lang/seed7/seed7/src/
H A Dfwd_x11.c192 unsigned int *nchildren_return);
1420 unsigned int *nchildren_return) in XQueryTree() argument
1430 parent_return, children_return, nchildren_return); in XQueryTree()
1435 *nchildren_return, status);); in XQueryTree()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXlibWrapper.java452 …y, long window, long root_return, long parent_return, long children_return, long nchildren_return); in XQueryTree() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXlibWrapper.java452 …y, long window, long root_return, long parent_return, long children_return, long nchildren_return); in XQueryTree() argument

123