| /xsrc/external/mit/libXt/dist/src/ |
| H A D | EventUtil.c | 109 if (XFindContext(dpy,
|
| H A D | Selection.c | 183 if (XFindContext(dpy, DefaultRootWindow(dpy), selectPropertyContext, 250 if (XFindContext(dpy, DefaultRootWindow(dpy), selectPropertyContext, 360 if (XFindContext(dpy, (Window) selection, selectContext, (XPointer *) &ctx)) 489 if (XFindContext(dpy, window, selectWindowContext, 522 (void) XFindContext(dpy, window, selectWindowContext, 1949 (void) XFindContext(dpy, window, multipleContext, (XPointer *) &qi); 2007 (void) XFindContext(dpy, window, multipleContext, (XPointer *) &qi); 2080 (void) XFindContext(dpy, window, multipleContext, (XPointer *) &queueInfo); 2121 (void) XFindContext(dpy, window, multipleContext, (XPointer *) &queueInfo); 2213 (void) XFindContext(dp [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 287 if (XFindContext(dpy, w, TwmContext, &context_data) == 0) 292 if (XFindContext(dpy, w, ScreenContext, &context_data) == 0) 321 if (XFindContext(dpy, w, TwmContext, &context_data) == 0) 326 if (XFindContext(dpy, w, ScreenContext, &context_data) == 0) 385 if (XFindContext(dpy, cevent->window, ColormapContext, &context_data) == 0) 397 if (XFindContext(dpy, cevent->colormap, ColormapContext, 538 if (XFindContext(dpy, vevent->window, ColormapContext, &context_data) == 0) 1054 if (XFindContext(dpy, Event.xany.window, MenuContext, &context_data) == 0) { 1302 if (XFindContext(dpy, Event.xany.window, TwmContext, &context_data) == 0) 1423 if (XFindContext(dp [all...] |
| H A D | add_window.c | 1428 if (XFindContext(dpy, attributes.colormap, ColormapContext, 1542 if (XFindContext(dpy, cmap_windows[i], ColormapContext, 1571 if (XFindContext(dpy, tmp->w, ColormapContext, (XPointer *) &cwins[0])
|
| H A D | resize.c | 536 XFindContext(dpy, ResizeWindow, TwmContext, (XPointer *) &tmp_win);
|
| H A D | menus.c | 516 if (XFindContext(dpy, ActiveMenu->w, ScreenContext, &context_data) == 0) 2809 if (XFindContext(dpy, ev->window, TwmContext, &context_data) == 0)
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | colormaps.c | 314 if(XFindContext(dpy, attributes.colormap, ColormapContext, 426 if(XFindContext(dpy, cmap_windows[i], ColormapContext, 454 if(XFindContext(dpy, tmp->w, ColormapContext, (XPointer *)&cwins[0]) ==
|
| H A D | event_utils.c | 213 if(XFindContext(dpy, event->xany.window, ScreenContext,
|
| H A D | event_handlers.c | 115 if(XFindContext(dpy, cevent->window, ColormapContext, 122 if(XFindContext(dpy, cevent->colormap, ColormapContext, 494 if(XFindContext(dpy, vevent->window, ColormapContext, 1596 if(XFindContext(dpy, Event.xany.window, MenuContext, (XPointer *)&tmp) == 0) { 2618 if(XFindContext(dpy, Event.xbutton.window, MenuContext, 3151 if(XFindContext(dpy, Tmp_win->w, ColormapContext, 3390 if(XFindContext(dpy, ewp->window, MenuContext, (XPointer *)&mr) != XCSUCCESS) {
|
| H A D | workspace_manager.c | 747 if(XFindContext(dpy, event->xexpose.window, MapWListContext, 1010 if(XFindContext(dpy, sw, MapWListContext, (XPointer *) &wl) == XCNOENT) {
|
| H A D | win_utils.c | 195 stat = XFindContext(dpy, w, TwmContext, (XPointer *)&twmwin);
|
| H A D | functions_win_moveresize.c | 494 if(XFindContext(dpy, DragWindow, TwmContext, (XPointer *) &t) == XCNOENT) {
|
| H A D | menus.c | 538 XFindContext(dpy, ActiveMenu->w, ScreenContext, (XPointer *)&Scr);
|
| H A D | CHANGES.md | 645 `GetTwmWindow()` which uses the Xlib function `XFindContext()` which
|
| /xsrc/external/mit/editres/dist/ |
| H A D | actions.c | 338 ret_val = XFindContext(XtDisplay(w), (Window) w, NODE_INFO, &data_return);
|
| H A D | utils.c | 449 if (XFindContext(XtDisplay(dialog), (Window) dialog, file_dialog_context,
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Context.c | 56 XFindContext(a,b,c,&d) will set d to be the value in position (a,b,c). 237 int XFindContext(Display *display, XID rid, XContext context, XPointer *data) function in typeref:typename:int
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | XawIm.c | 223 if (XFindContext(XtDisplay(w), (Window)w, extContext, 379 if (!XFindContext(XDisplayOfIM(ve->im.xim), (Window)ve->im.xim, errContext, 403 if (!XFindContext(XtDisplay(vw), (Window)vw, extContext, 1398 !XFindContext (XtDisplay (w), (Window)w, 1403 !XFindContext (XDisplayOfIM( ve->im.xim ), (Window) ve->im.xim,
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xutil.h | 416 extern int XFindContext(
|
| /xsrc/external/mit/libX11/dist/man/ |
| H A D | Makefile.am | 834 XFindContext \
|
| H A D | Makefile.in | 1226 XFindContext \
|
| /xsrc/external/mit/xman/dist/ |
| H A D | misc.c | 1163 if (XFindContext(XtDisplay(w), XtWindow(w),
|