Searched refs:border (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbrdr.c49 #undef border macro
52 border(chtype ls, chtype rs, chtype ts, chtype bs, function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbrdr.c46 #undef border macro
49 border(chtype ls, chtype rs, chtype ts, chtype bs, function
56 "border(%ld, %ld, %ld, %ld, %ld, %ld, %ld, %ld)",
63 return __m_return_code("border", code);
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_border.c49 border(chtype ls, chtype rs, chtype ts, chtype bs, function
H A Dllib-lcurses129 int border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr,
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl81 hr { border: none 0; border-top: 1px solid #aaa; height: 1px; }
86 .elided { border: 1px solid #444; cursor: pointer; margin: 1px }
88 table.hidebar { border: 1px solid #ff9900; background-color: #eee;
89 text-align: center; border-collapse: collapse; }
91 .hidebar td.active-down { border: 1px solid #ff9900;
92 border-right: 1px solid #ccc; cursor: s-resize }
96 .hidebar td.active-up { border: 1px solid #ff9900; cursor: n-resize;
97 border-left: 1px solid #ccc; }
104 border
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpController.java39 import javax.swing.border.*;
H A DpmHelpFrame.java40 import javax.swing.border.*;
H A DpmAboutBox.java38 import javax.swing.border.*;
H A DhelpTest.java40 import javax.swing.border.*;
H A DpmHelpIndexPanel.java38 import javax.swing.border.*;
H A DpmHelpDetailPanel.java40 import javax.swing.border.*;
H A DpmHelpSearchPanel.java38 import javax.swing.border.*;
H A DpmTop.java45 import javax.swing.border.*;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h143 extern int foreground, background, border, graphics_inited;
H A Dgraphics.c85 int foreground = (63 << 16) | (63 << 8) | (63), background = 0, border = 0; variable
157 * system foreground color, and 17 to be the system border color.
175 graphics_set_palette(0x11, PALETTE_RED(border), PALETTE_GREEN(border),
176 PALETTE_BLUE(border));
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile35 border.3xcurses \
479 box.3xcurses := LINKSRC = border.3xcurses
480 wborder.3xcurses := LINKSRC = border.3xcurses
/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl401 <table border=1>
/illumos-gate/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses167 int border(chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype);
H A Dllib-lxcurses167 int border(chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses167 int border(chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype);
H A Dllib-lxcurses167 int border(chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h468 extern int border(
893 #define border(ls, rs, ts, bs, tl, tr, bl, br) \ macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h375 extern int border(
826 #define border(ls, rs, ts, bs, tl, tr, bl, br) \ macro
/illumos-gate/usr/src/man/man3curses/
H A DMakefile142 border.3curses \
659 border.3curses := LINKSRC = curs_border.3curses
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3069 uInt index; /* index into blens (or border) */
3159 local uInt border[] = { /* Order of the bit length code lengths */ variable
3384 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7;
3388 s->sub.trees.blens[border[s->sub.trees.index++]] = 0;

Completed in 113 milliseconds

12