Searched defs:dpy (Results 1 – 4 of 4) sorted by relevance
/minix3/external/mit/xorg/tools/xkbcomp/ |
H A D | xkbcomp-stubs.c | 53 XCloseDisplay(Display *dpy) in XCloseDisplay() 59 XSynchronize(Display *dpy, int onoff))() in XSynchronize() 71 XGetErrorText(Display *dpy, int code, char *buffer, int nbytes) in XGetErrorText() 78 XGetAtomName(Display *dpy, Atom atom) in XGetAtomName() 84 XInternAtom(Display *dpy, const char *name, Bool onlyIfExists) in XInternAtom() 90 XkbGetMap(Display *dpy,unsigned which,unsigned deviceSpec) in XkbGetMap() 96 XkbGetIndicatorMap(Display *dpy,unsigned long which,XkbDescPtr xkb) in XkbGetIndicatorMap() 102 XkbGetControls(Display *dpy, unsigned long which, XkbDescPtr xkb) in XkbGetControls() 108 XkbGetCompatMap(Display *dpy,unsigned which,XkbDescPtr xkb) in XkbGetCompatMap() 114 XkbGetNames(Display *dpy,unsigned which,XkbDescPtr xkb) in XkbGetNames() [all …]
|
H A D | xkbcomp-KeyBind.c | 418 _XTranslateKey( register Display *dpy, in _XTranslateKey() 486 _XTranslateKeySym(dpy, symbol, modifiers, buffer, nbytes) in _XTranslateKeySym() argument 635 _XFreeKeyBindings (dpy) in _XFreeKeyBindings() argument 651 Display *dpy, in XRebindKeysym() 704 _XKeysymToModifiers(dpy,ks) in _XKeysymToModifiers() argument 743 ComputeMaskFromKeytrans(dpy, p) in ComputeMaskFromKeytrans() argument
|
/minix3/external/bsd/less/dist/ |
H A D | scrsize.c | 50 static int get_winsize(dpy, window, p_width, p_height) in get_winsize() argument 89 Display *dpy; local
|
/minix3/external/bsd/nvi/dist/motif_l/ |
H A D | xtabbed.c | 778 Display *dpy = XtDisplay(self); local 799 Display *dpy = XtDisplay(self); local 844 Display *dpy = XtDisplay(self); local 1719 static XImage *MakeXImage(Display *dpy, int w, int h) in MakeXImage() 1748 int XRotDrawString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, i… in XRotDrawString() 1763 int XRotDrawImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int… in XRotDrawImageString() 1778 int XRotDrawAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, i… in XRotDrawAlignedString() 1793 int XRotDrawAlignedImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC … in XRotDrawAlignedImageString() 1807 static int XRotPaintAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, … in XRotPaintAlignedString() 2039 static int XRotDrawHorizontalString(Display *dpy, XFontStruct *font, Drawable drawable, GC gc, int … in XRotDrawHorizontalString() [all …]
|