/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | CLIconLabel.java | 85 IntHolder xoff = new IntHolder(); in paint() 86 String s = getOffsetAndText(w, alignment, xoff); in paint() 89 g.drawImage(icon, x + xoff.value + ICON_XPAD, in paint() 91 xoff.value += TOTAL_ICON_WIDTH; in paint() 93 xoff.value += TEXT_PAD; in paint() 97 g.drawString(s, x + xoff.value, y + ascent); in paint() 102 IntHolder xoff) { in getOffsetAndText() argument 128 xoff.value = 0; in getOffsetAndText() 131 xoff.value = (width - totalWidth)/2; in getOffsetAndText() 134 xoff.value = width - totalWidth; in getOffsetAndText() [all …]
|
H A D | WinScrollbar.java | 550 int xoff = (w-3)/3; in drawArrow() local 559 x -= xoff/4; in drawArrow() 560 g.fillRect(x+bd+2*xoff-1, y+bd+(5*yoff/4)-1, in drawArrow() 561 xoff/2+1, yoff/2+1); in drawArrow() 563 p.addPoint(x+bd+xoff-1, y+bd+(3*yoff/2)-1); in drawArrow() 564 p.addPoint(x+bd+2*xoff-1, y+bd+yoff-3); in drawArrow() 565 p.addPoint(x+bd+2*xoff-1, y+bd+2*yoff+1); in drawArrow() 570 x += xoff/4+1; in drawArrow() 571 g.fillRect(x+bd+(xoff/2)-1, y+bd+(5*yoff/4)-1, in drawArrow() 572 xoff/2+2, yoff/2+1); in drawArrow() [all …]
|
H A D | EditLine.java | 582 int xoff = evtX - x - XOFF + beginW; in getCursorPos() local 583 return findCursorOffset(xoff, text, len/2, 0, len); in getCursorPos() 586 private int findCursorOffset(int xoff, String str, in findCursorOffset() argument 594 if ((xoff - lw) < (uw - xoff)) in findCursorOffset() 602 if (width > xoff) in findCursorOffset() 603 return findCursorOffset(xoff, str, cur - (cur-lower)/2, in findCursorOffset() 606 return findCursorOffset(xoff, str, cur + (upper-cur)/2, in findCursorOffset() 678 int xoff = in paint() local 681 g.fillRect(xoff, YPAD/2, 1, h-YPAD); in paint() 697 int xoff = XOFF; in paint() local [all …]
|
H A D | TextView.java | 530 protected void drawLine(Graphics g, int index, int xoff, int yoff) { in drawLine() argument 538 g.fillRect(xoff, yoff, lineWidth, lineHeight); in drawLine() 545 g.drawString(name, x+xoff, y+yoff); in drawLine()
|
/titanic_41/usr/src/uts/common/exec/java/ |
H A D | java.c | 94 off_t xoff, xoff_end; in javaexec() local 117 xoff = sizeof (lochdr) + LOCNAM(lochdr); in javaexec() 118 xoff_end = xoff + LOCEXT(lochdr); in javaexec() 120 while (xoff < xoff_end) { in javaexec() 124 xoff, UIO_SYSSPACE, 0, (rlim64_t)0, cred, &resid)) != 0) in javaexec() 130 xoff += sizeof (xfhdr) + XFDATASIZ(xfhdr); in javaexec() 133 if (xoff >= xoff_end) in javaexec()
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | _machelf.h | 54 #define ELF_R_TYPE_INFO(xoff, type) ELF64_R_TYPE_INFO(xoff, type) argument 80 #define ELF_R_TYPE_INFO(xoff, type) (type) argument
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 308 register int i, newoff, xoff = 0; in getdir() local 443 if (xoff + left > MAXFIDSIZE) in getdir() 444 left = MAXFIDSIZE - xoff; in getdir() 445 bcopy((char *)dir_fidp + newoff, (char *)fidbuf + xoff, left); in getdir() 446 xoff += left; in getdir() 451 if (xoff < sizeof (fidp->fid_tag) || in getdir() 452 xoff < sizeof (fidp->fid_tag) + SWAP16(fidp->fid_tag.tag_crc_len)) { in getdir()
|
/titanic_41/usr/src/cmd/file/ |
H A D | file.c | 1562 off_t xoff, xoff_end; in zipfile() local 1567 xoff = LOCHDRSIZ + LOCNAM(fbuf); in zipfile() 1568 xoff_end = xoff + LOCEXT(fbuf); in zipfile() 1570 while (xoff < xoff_end) { in zipfile() 1573 if (pread(fd, xfhdr, XFHSIZ, xoff) != XFHSIZ) in zipfile() 1580 xoff += sizeof (xfhdr) + XFDATASIZ(xfhdr); in zipfile()
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 176 long xoff; /* xbuf offset */ \ 294 if (off < mp->xoff || off + siz > mp->xoff + mp->xbsz) in getdata() 303 mp->xoff = 0; in getdata() 308 mp->xoff = n; in getdata() 309 if (off + siz > mp->xoff + mp->xbsz) in getdata() 312 return mp->xbuf + off - mp->xoff; in getdata() 1582 mp->xoff = 0; in type()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 87 xon_xoff xon xo bool Terminal uses xon/xoff handshaking 88 needs_xon_xoff nxon nx bool Padding won't work, xon/xoff required 290 enter_xon_mode smxon SX str Turn on xon/xoff handshaking 291 exit_xon_mode rmxon RX str Turn off xon/xoff handshaking 295 xoff_character xoffc XF str xoff character
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 87 xon_xoff xon xo bool Terminal uses xon/xoff handshaking 88 needs_xon_xoff nxon nx bool Padding won't work, xon/xoff required 290 enter_xon_mode smxon SX str Turn on xon/xoff handshaking 291 exit_xon_mode rmxon RX str Turn off xon/xoff handshaking 295 xoff_character xoffc XF str xoff character
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | caps | 63 xon_xoff, "xon" "xo" Terminal uses xon/xoff handshaking 64 needs_xon_xoff, "nxon" "nx" Padding won't work, xon/xoff required 285 enter_xon_mode, "smxon" "SX" Turn on xon/xoff handshaking 286 exit_xon_mode, "rmxon" "RX" Turn off xon/xoff handshaking
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 455 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen. 570 # shouldn't hurt since xon/xoff is assumed. 1871 # recommended that xon/xoff be enabled, as this is assumed here. 5610 # exact padding. Since the terminal uses xoff/xon this is intended 8003 # The xon-xoff handshaking can't be disabled while in ansi personality, so 10894 # clear eol use xon/xoff so they probably won't work very well. 10906 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff) 12839 #ctrl-N Disable xon/xoff to host 12840 #ctrl-O Enable xon/xoff to host 13531 # since Sytek insists ^S means xoff. [all …]
|
H A D | terminfo.src | 475 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen. 599 # shouldn't hurt since xon/xoff is assumed. 2125 # recommended that xon/xoff be enabled, as this is assumed here. 6342 # exact padding. Since the terminal uses xoff/xon this is intended 8948 # The xon-xoff handshaking can't be disabled while in ansi personality, so 12303 # clear eol use xon/xoff so they probably won't work very well. 12315 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff) 14493 #ctrl-N Disable xon/xoff to host 14494 #ctrl-O Enable xon/xoff to host 15219 # since Sytek insists ^S means xoff. [all …]
|