| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 087-if-comments.c | 4 win
|
| H A D | 022-define-func-arg-with-parens.c | 2 foo(argument(including parens)for the win)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 087-if-comments.c | 4 win
|
| H A D | 022-define-func-arg-with-parens.c | 2 foo(argument(including parens)for the win)
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_ring.h | 7 void UnlinkWindowFromRing(TwmWindow *win); 8 void AddWindowToRing(TwmWindow *win); 10 #define WindowIsOnRing(win) ((win) && (win)->ring.next) 11 #define InitWindowNotOnRing(win) ((win)->ring.next = (win)->ring.prev = NULL)
|
| H A D | win_ring.c | 26 UnlinkWindowFromRing(TwmWindow *win) argument 28 TwmWindow *prev = win->ring.prev; 29 TwmWindow *next = win->ring.next; 34 if(!WindowIsOnRing(win)) { 47 * If the window is the only one in the ring, prev == next == win, 53 win->ring.next = win->ring.prev = NULL; 55 if(Scr->Ring == win) { 56 Scr->Ring = (next != win ? next : NULL); 59 if(!Scr->Ring || Scr->RingLeader == win) { 65 AddWindowToRingUnchecked(TwmWindow * win,TwmWindow * after) argument 77 AddWindowToRing(TwmWindow * win) argument [all...] |
| H A D | workspace_manager.h | 25 void WMapMapWindow(TwmWindow *win); 26 void WMapDeIconify(TwmWindow *win); 27 void WMapIconify(TwmWindow *win); 28 void WMapSetupWindow(TwmWindow *win, int x, int y, int w, int h); 29 void WMapRaiseLower(TwmWindow *win); 30 void WMapLower(TwmWindow *win); 31 void WMapRaise(TwmWindow *win); 35 void WMapUpdateIconName(TwmWindow *win); 38 void WMapAddWindow(TwmWindow *win); 39 void WMapAddWindowToWorkspace(TwmWindow *win, WorkSpac [all...] |
| /xsrc/external/mit/xorg-server.old/dist/miext/shadow/ |
| H A D | shrotpackYX.h | 74 Data *winBase, *win, *winLine; local in function:FUNC 104 win = winLine; 111 *win = *sha++; 112 win += WINSTEPX(winStride); 113 *win = *sha++; 114 win += WINSTEPX(winStride); 115 *win = *sha++; 116 win += WINSTEPX(winStride); 117 *win = *sha++; 118 win [all...] |
| /xsrc/external/mit/xorg-server/dist/miext/shadow/ |
| H A D | shrotpackYX.h | 69 Data *winBase, *win, *winLine; local in function:FUNC 98 win = winLine; 104 *win = *sha++; 105 win += WINSTEPX(winStride); 106 *win = *sha++; 107 win += WINSTEPX(winStride); 108 *win = *sha++; 109 win += WINSTEPX(winStride); 110 *win = *sha++; 111 win [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglut.c | 77 _eglutDestroyWindow(struct eglut_window *win) argument 80 eglDestroySurface(_eglut->dpy, win->surface); 82 _eglutNativeFiniWindow(win); 84 eglDestroyContext(_eglut->dpy, win->context); 131 struct eglut_window *win; local in function:_eglutCreateWindow 135 win = calloc(1, sizeof(*win)); 136 if (!win) 139 win->config = _eglutChooseConfig(); 161 win 264 struct eglut_window *win = _eglut->current; local in function:eglutMainLoop 283 eglutDestroyWindow(int win) argument 310 struct eglut_window *win; local in function:eglutCreateWindow 331 struct eglut_window *win = _eglut->current; local in function:eglutGetWindowWidth 338 struct eglut_window *win = _eglut->current; local in function:eglutGetWindowHeight 345 struct eglut_window *win = _eglut->current; local in function:eglutDisplayFunc 353 struct eglut_window *win = _eglut->current; local in function:eglutReshapeFunc 360 struct eglut_window *win = _eglut->current; local in function:eglutKeyboardFunc 367 struct eglut_window *win = _eglut->current; local in function:eglutSpecialFunc [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ChSaveSet.c | 35 Window win, 42 req->window = win; 52 Window win) 54 return XChangeSaveSet(dpy,win,SetModeInsert); 60 Window win) 62 return XChangeSaveSet(dpy,win,SetModeDelete); 33 XChangeSaveSet(register Display * dpy,Window win,int mode) argument 50 XAddToSaveSet(register Display * dpy,Window win) argument 58 XRemoveFromSaveSet(register Display * dpy,Window win) argument
|
| H A D | DestSubs.c | 35 Window win) 40 GetResReq (DestroySubwindows,win, req); 33 XDestroySubwindows(register Display * dpy,Window win) argument
|
| H A D | MapSubs.c | 35 Window win) 39 GetResReq(MapSubwindows, win, req); 33 XMapSubwindows(register Display * dpy,Window win) argument
|
| H A D | UnmapSubs.c | 35 Window win) 40 GetResReq(UnmapSubwindows,win, req); 33 XUnmapSubwindows(register Display * dpy,Window win) argument
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutEvent.cpp | 126 GlutWindow *win = gState.windowList[i]; local in function:processEventsAndTimeouts 127 // NOTE: we can use win as a shortcut for gState.windowList[i] 130 if (win->anyevents) { 131 win->anyevents = false; 132 if (win->reshapeEvent) { 133 win->reshapeEvent = false; 134 __glutSetWindow(win); 135 win->reshape(win->m_width, win 675 GlutWindow *win = bmenu->win; // my window local in function:GlutWindow::MenuThread [all...] |
| H A D | glutOverlay.cpp | 45 void glutPostWindowOverlayRedisplay(int win) { argument
|
| /xsrc/external/mit/libXmu/dist/include/X11/Xmu/ |
| H A D | WinUtil.h | 43 Window win 49 Window win,
|
| /xsrc/external/mit/transset/dist/ |
| H A D | clientwin.c | 33 Window_Has_Property(Display * dpy, Window win, Atom atom) argument 42 XGetWindowProperty(dpy, win, atom, 0, 0, False, AnyPropertyType, 55 Window_Is_Viewable(Display * dpy, Window win) argument 60 XGetWindowAttributes(dpy, win, &xwa); 68 * Find a window that has WM_STATE set in the window tree below win. 74 Find_Client_In_Children(Display * dpy, Window win) argument 81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children)) 87 win = None; 97 win = children[i]; 105 win 154 Find_Child_At_Pointer(Display * dpy,Window win) argument 183 Window win; local in function:Find_Client [all...] |
| /xsrc/external/mit/xwd/dist/ |
| H A D | clientwin.c | 33 Window_Has_Property(Display * dpy, Window win, Atom atom) argument 42 XGetWindowProperty(dpy, win, atom, 0, 0, False, AnyPropertyType, 55 Window_Is_Viewable(Display * dpy, Window win) argument 60 XGetWindowAttributes(dpy, win, &xwa); 68 * Find a window that has WM_STATE set in the window tree below win. 74 Find_Client_In_Children(Display * dpy, Window win) argument 81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children)) 87 win = None; 97 win = children[i]; 105 win 154 Find_Child_At_Pointer(Display * dpy,Window win) argument 183 Window win; local in function:Find_Client [all...] |
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | clientwin.c | 37 Window_Has_Property(xcb_connection_t * dpy, xcb_window_t win, xcb_atom_t atom) argument 42 prop_cookie = xcb_get_property (dpy, False, win, atom, 61 Window_Is_Viewable(xcb_connection_t * dpy, xcb_window_t win) argument 67 attr_cookie = xcb_get_window_attributes (dpy, win); 80 * Find a window that has WM_STATE set in the window tree below win. 86 Find_Client_In_Children(xcb_connection_t * dpy, xcb_window_t win) argument 94 qt_cookie = xcb_query_tree (dpy, win); 106 win = XCB_WINDOW_NONE; 117 win = children[i]; 125 win 179 Find_Child_At_Pointer(xcb_connection_t * dpy,xcb_window_t win) argument 214 xcb_window_t win; local in function:Find_Client [all...] |
| /xsrc/external/mit/xprop/dist/ |
| H A D | clientwin.c | 33 Window_Has_Property(Display * dpy, Window win, Atom atom) argument 42 XGetWindowProperty(dpy, win, atom, 0, 0, False, AnyPropertyType, 55 Window_Is_Viewable(Display * dpy, Window win) argument 60 XGetWindowAttributes(dpy, win, &xwa); 68 * Find a window that has WM_STATE set in the window tree below win. 74 Find_Client_In_Children(Display * dpy, Window win) argument 81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children)) 87 win = None; 97 win = children[i]; 105 win 154 Find_Child_At_Pointer(Display * dpy,Window win) argument 183 Window win; local in function:Find_Client [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | dri2-race.c | 87 static void swap_buffers(Display *dpy, Window win, int divisor, argument 93 seq[0] = xcb_dri2_swap_buffers_unchecked(c, win, 97 seq[1] = xcb_dri2_get_buffers_unchecked(c, win, 130 Window win; local in function:race_window 149 win = XCreateWindow(dpy, DefaultRootWindow(dpy), 156 XCompositeRedirectWindow(dpy, win, CompositeRedirectManual); 157 XMapWindow(dpy, win); 159 DRI2CreateDrawable(dpy, win); 161 buffers = DRI2GetBuffers(dpy, win, &width, &height, 168 DRI2SwapBuffers(dpy, win, 256 Window win; local in function:race_resize 386 Window win; local in function:race_manager 534 Window win = XCreateWindow(dpy, DefaultRootWindow(dpy), local in function:race_close 564 Window win = XCreateWindow(dpy, DefaultRootWindow(dpy), local in function:race_close 596 Window win = XCreateWindow(dpy, DefaultRootWindow(dpy), local in function:race_close 648 Window win; local in function:race_client 692 Window win; local in function:race_client 738 Window win; local in function:race_client [all...] |
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_valgc.c | 31 static Window win[2]; variable in typeref:typename:Window[2] 36 win[0] = XCreateSimpleWindow( 38 win[1] = XCreateSimpleWindow( 52 XDrawPoint(xp->d, win[0], xp->fggc, 5, 5); 56 XDrawPoint(xp->d, win[1], xp->fggc, 5, 5); 60 XDrawPoint(xp->d, win[0], xp->fggc, 5, 5); 64 XDrawPoint(xp->d, win[1], xp->fggc, 5, 5); 72 XDestroyWindow(xp->d, win[0]); 73 XDestroyWindow(xp->d, win[1]);
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-xigetclientpointer.c | 49 int win; member in struct:__anonfa31ae2e0108 79 test_data.win = req->win; 85 assert(client_request.errorValue == req->win); 88 swapl(&req->win); 94 assert(client_request.errorValue == req->win); 105 request.win = CLIENT_WINDOW_ID; 112 request.win = INVALID_WINDOW_ID; 123 request.win = None; 127 request.win [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | xkbbells.c | 85 XkbStdBell(Display *dpy, Window win, int percent, int bellDef) argument 92 return XkbBell(dpy, win, percent, _xkbStdBellAtoms[bellDef]); 96 XkbStdBellEvent(Display *dpy, Window win, int percent, int bellDef) argument 103 return XkbBellEvent(dpy, win, percent, _xkbStdBellAtoms[bellDef]);
|