Searched defs:extra (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPanner.c587 Dimension extra = pw->panner.shadow_thickness + lw * 2; local
594 (unsigned int) (pw->panner.knob_width + extra),
595 (unsigned int) (pw->panner.knob_height + extra),
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c510 * transmission is used, if size is not 0 mod 4, extra bytes are transmitted.
677 int extra, /* number of 32-bit words expected after the reply */
678 Bool discard) /* should I discard data following "extra" words? */
700 if (extra == 0) {
706 if ((unsigned) extra == rep->generic.length) {
708 * Read the extra data into storage immediately following
712 ((long)extra) << 2);
715 if ((unsigned) extra < rep->generic.length) {
716 /* Actual reply is longer than "extra" */
718 ((long)extra) <<
674 N_XReply( Display *dpy, xReply *rep, int extra, Bool discard) argument
[all...]
H A DXDPS.c1675 unsigned int extra)
1698 req->extra = extra;
1670 XDPSLCAPNotify( Display *xdpy, ContextXID cxid, unsigned int ntype, unsigned int data, unsigned int extra) argument

Completed in 21 milliseconds