Searched refs:XFindContext (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DEventUtil.c109 if (XFindContext(dpy,
H A DSelection.c183 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 Devents.c287 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 Dadd_window.c1428 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 Dresize.c536 XFindContext(dpy, ResizeWindow, TwmContext, (XPointer *) &tmp_win);
H A Dmenus.c516 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 Dcolormaps.c314 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 Devent_utils.c213 if(XFindContext(dpy, event->xany.window, ScreenContext,
H A Devent_handlers.c115 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 Dworkspace_manager.c747 if(XFindContext(dpy, event->xexpose.window, MapWListContext,
1010 if(XFindContext(dpy, sw, MapWListContext, (XPointer *) &wl) == XCNOENT) {
H A Dwin_utils.c195 stat = XFindContext(dpy, w, TwmContext, (XPointer *)&twmwin);
H A Dfunctions_win_moveresize.c494 if(XFindContext(dpy, DragWindow, TwmContext, (XPointer *) &t) == XCNOENT) {
H A Dmenus.c538 XFindContext(dpy, ActiveMenu->w, ScreenContext, (XPointer *)&Scr);
H A DCHANGES.md645 `GetTwmWindow()` which uses the Xlib function `XFindContext()` which
/xsrc/external/mit/editres/dist/
H A Dactions.c338 ret_val = XFindContext(XtDisplay(w), (Window) w, NODE_INFO, &data_return);
H A Dutils.c449 if (XFindContext(XtDisplay(dialog), (Window) dialog, file_dialog_context,
/xsrc/external/mit/libX11/dist/src/
H A DContext.c56 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 DXawIm.c223 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 DXutil.h416 extern int XFindContext(
/xsrc/external/mit/libX11/dist/man/
H A DMakefile.am834 XFindContext \
H A DMakefile.in1226 XFindContext \
/xsrc/external/mit/xman/dist/
H A Dmisc.c1163 if (XFindContext(XtDisplay(w), XtWindow(w),

Completed in 56 milliseconds