Searched refs:code (Results 1 - 12 of 12) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsexcept.c55 void DPSRaise(code, msg)
56 int code; char *msg; {
63 EBp->Code = code;
H A Dpsctxtops.psw50 defineps PScurrentobjectformat( | int *code)
51 currentobjectformat code
90 defineps PSsetobjectformat(int code)
91 code setobjectformat
H A Ddpsctxtops.psw51 defineps DPScurrentobjectformat(DPSContext ctxt | int *code)
52 currentobjectformat code
91 defineps DPSsetobjectformat(DPSContext ctxt; int code)
92 code setobjectformat
H A Dpssysops.psw143 defineps PSvmreclaim(int code)
144 code vmreclaim
H A Ddpssysops.psw142 defineps DPSvmreclaim(DPSContext ctxt; int code)
143 code vmreclaim
/solaris-x11-s11/open-src/app/kbd_mode/sun-src/
H A Dkbd_mode.c44 int code = 0, translate, direct = -1; local
53 code = *(++*argv);
57 switch (code) {
/solaris-x11-s11/open-src/app/mkcookie/
H A DMakefile36 MODULE_LICENSE_DESC = portions of the xauth utility source code
/solaris-x11-s11/open-src/app/installalias/
H A DMakefile36 MODULE_LICENSE_DESC = portions of the libXfont library code
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXclient.h57 /* dps_err_invalidAccess was promoted to a general error code; maintain its
83 dps_err_closedDisplay: when sending PostScript code to a context
227 code from the former to the latter before sending
230 typedef void (*XDPSStatusProc)(DPSContext ctxt, int code);
238 status code derived from the event. The proc may be
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c434 * Modelled after Xlib code
470 * Modelled after Xlib code
494 CARD8 code, mods; local
506 code = (((k - keysyms->map) / keysyms->mapWidth) + keysyms->minKeyCode);
509 if (code == modifierKeyMap[j])
1013 "error code #%d", errcode);
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_edid.h149 u8 code[3]; member in struct:cvt_timing
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_edid.c2098 if (!memcmp(cvt->code, empty, 3))
2101 height = (cvt->code[0] + ((cvt->code[1] & 0xf0) << 4) + 1) * 2;
2102 switch (cvt->code[1] & 0x0c) {
2118 if (cvt->code[2] & (1 << j)) {
2921 * - CVT 3-byte code modes

Completed in 1733 milliseconds