Searched defs:border (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A D_border.c49 border(chtype ls, chtype rs, chtype ts, chtype bs, function
/osnet-11/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);
/osnet-11/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
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c86 int foreground = (63 << 16) | (63 << 8) | (63), background = 0, border = 0; variable
158 * system foreground color, and 17 to be the system border color.
176 graphics_set_palette(0x11, PALETTE_RED(border), PALETTE_GREEN(border),
177 PALETTE_BLUE(border));
/osnet-11/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;
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h375 extern int border(
826 #define border(ls, rs, ts, bs, tl, tr, bl, br) \ macro
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h468 extern int border(
893 #define border(ls, rs, ts, bs, tl, tr, bl, br) \ macro

Completed in 65 milliseconds