Searched refs:Display (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-6-1-5-RELEASE/dist/nvi/motif/
H A Dextern.h4 int is_cde __P((Display *));
H A Dm_cde.c59 * PUBLIC: int is_cde __P((Display *));
62 is_cde(Display *d)
141 Display *d = XOpenDisplay( 0 );
H A Dm_main.c134 Display *d;
173 Display *display;
298 Display *display = XtDisplay(wid);
352 static Display *cmap_display = 0;
353 Display *display = XtDisplay(wid);
/netbsd-6-1-5-RELEASE/x11/tools/xkbcomp/
H A Dxkbcomp-stubs.c39 Display *
46 XCloseDisplay(Display *dpy)
52 XSynchronize(Display *dpy, int onoff))()
64 XGetErrorText(Display *dpy, int code, char *buffer, int nbytes)
71 XGetAtomName(Display *dpy, Atom atom)
77 XInternAtom(Display *dpy, const char *name, Bool onlyIfExists)
83 XkbGetMap(Display *dpy,unsigned which,unsigned deviceSpec)
89 XkbGetIndicatorMap(Display *dpy,unsigned long which,XkbDescPtr xkb)
95 XkbGetControls(Display *dpy, unsigned long which, XkbDescPtr xkb)
101 XkbGetCompatMap(Display *dp
[all...]
H A Dxkbcomp-KeyBind.c86 KeyCodetoKeySym(register Display *dpy, KeyCode keycode, int col)
89 register Display *dpy;
125 XKeycodeToKeysym(Display *dpy,
135 Display *dpy;
147 Display *dpy;
175 Display *dpy;
224 Display *dpy;
273 Display *dpy;
418 _XTranslateKey( register Display *dpy,
425 register Display *dp
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/tools/xkbcomp/
H A Dxkbcomp-stubs.c46 Display *
53 XCloseDisplay(Display *dpy)
59 XSynchronize(Display *dpy, int onoff))()
71 XGetErrorText(Display *dpy, int code, char *buffer, int nbytes)
78 XGetAtomName(Display *dpy, Atom atom)
84 XInternAtom(Display *dpy, const char *name, Bool onlyIfExists)
90 XkbGetMap(Display *dpy,unsigned which,unsigned deviceSpec)
96 XkbGetIndicatorMap(Display *dpy,unsigned long which,XkbDescPtr xkb)
102 XkbGetControls(Display *dpy, unsigned long which, XkbDescPtr xkb)
108 XkbGetCompatMap(Display *dp
[all...]
H A Dxkbcomp-KeyBind.c86 KeyCodetoKeySym(register Display *dpy, KeyCode keycode, int col)
89 register Display *dpy;
125 XKeycodeToKeysym(Display *dpy,
135 Display *dpy;
147 Display *dpy;
175 Display *dpy;
224 Display *dpy;
273 Display *dpy;
418 _XTranslateKey( register Display *dpy,
425 register Display *dp
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/tests/ttmtest/src/
H A Dxf86dri.h69 Bool uniDRIQueryExtension(Display * dpy, int *event_base,
72 Bool uniDRIQueryVersion(Display * dpy, int *majorVersion, int *minorVersion,
75 Bool uniDRIQueryDirectRenderingCapable(Display * dpy, int screen,
78 Bool uniDRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
81 Bool uniDRIAuthConnection(Display * dpy, int screen, drm_magic_t magic);
83 Bool uniDRICloseConnection(Display * dpy, int screen);
85 Bool uniDRIGetClientDriverName(Display * dpy, int screen,
89 Bool uniDRICreateContext(Display * dpy, int screen, Visual * visual,
92 Bool uniDRICreateContextWithConfig(Display * dpy, int screen, int configID,
95 extern Bool uniDRIDestroyContext(Display * dp
[all...]
H A Dxf86dri.c64 static int close_display(Display * dpy, XExtCodes * extCodes);
97 Display *dpy;
116 Display *dpy;
149 Display *dpy;
180 Display *dpy;
230 Display *dpy;
262 Display *dpy;
286 Display *dpy;
337 Display *dpy;
373 Display *dp
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/create/
H A Dcreate.h42 extern char *Display;
H A Dmain.c34 char *Display = NULL; variable
157 Display = optarg;
H A Dbuild.c283 if (Display)
385 if (Display) {
386 display_file = load_and_add(plist, Display,
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dscrsize.c52 Display *dpy;
90 Display *dpy;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37381.c20 typedef struct _XDisplay Display; typedef in typeref:struct:_XDisplay
38 Display *display;
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/utilities/
H A Dutdebug.c218 * Display the module name, current line number, thread ID (if requested),
584 * Display - BYTE, WORD, DWORD, or QWORD display
597 UINT32 Display)
613 Display = DB_BYTE_DISPLAY;
632 AcpiOsPrintf ("%*s", ((Display * 2) + 1), " ");
633 j += Display;
637 switch (Display)
670 j += Display;
713 * Display - BYTE, WORD, DWORD, or QWORD display
726 UINT32 Display,
594 AcpiUtDumpBuffer2( UINT8 *Buffer, UINT32 Count, UINT32 Display) argument
723 AcpiUtDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 ComponentId) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/debugger/
H A Ddbdisply.c148 * DESCRIPTION: Display a formatted parser object
183 * DESCRIPTION: Display a formatted ACPI object
195 UINT32 Display = DB_BYTE_DISPLAY; local
214 Display = DB_WORD_DISPLAY;
218 Display = DB_DWORD_DISPLAY;
222 Display = DB_QWORD_DISPLAY;
271 AcpiUtDumpBuffer (ObjPtr, sizeof (ACPI_OPERAND_OBJECT), Display,
288 AcpiUtDumpBuffer (ObjPtr, sizeof (ACPI_PARSE_OBJECT), Display,
306 AcpiUtDumpBuffer (ObjPtr, Size, Display, ACPI_UINT32_MAX);
344 Display, ACPI_UINT32_MA
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20020430-1.c12 typedef void Display; typedef
19 Display *display;
34 Display *display;
49 Display *display;
71 Display *display;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20020430-1.c12 typedef void Display; typedef
19 Display *display;
34 Display *display;
49 Display *display;
71 Display *display;
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dxtabbed.c88 static int XRotDrawString(Display*, XFontStruct*, float,
90 static int XRotDrawImageString(Display*, XFontStruct*, float,
92 static int XRotDrawAlignedString(Display*, XFontStruct*, float,
94 static int XRotDrawAlignedImageString(Display*, XFontStruct*, float,
96 static XPoint *XRotTextExtents(Display*, XFontStruct*, float,
105 static int XRotDrawString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *str);
106 static int XRotDrawImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *str);
107 static int XRotDrawAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *text, int align);
108 static int XRotDrawAlignedImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *text, int align);
109 static XPoint *XRotTextExtents(Display *dp
[all...]
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xnest/
H A DMakefile10 SRCS= Args.c Color.c Cursor.c Display.c Events.c Font.c \
/netbsd-6-1-5-RELEASE/x11/lib/Xt/
H A DMakefile10 Create.c Destroy.c Display.c Error.c Event.c EventUtil.c \
/netbsd-6-1-5-RELEASE/gnu/dist/groff/contrib/pdfmark/
H A Dpdfroff.sh188 Display this usage summary, and exit.
192 Display a version identification message and exit.
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libXt/
H A DMakefile13 Create.c Destroy.c Display.c Error.c Event.c EventUtil.c \
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xnest/
H A DMakefile16 SRCS= Args.c Color.c Cursor.c Display.c Events.c Font.c \
/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Dvectors.s147 VECTOR(badmfpint) | 72: Display enable counter
171 VECTOR(badmfpint) | 88: Display enable (Timer B)

Completed in 1835 milliseconds

12