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

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_border.c49 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/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/grub/grub-0.97/stage2/
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/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/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;
/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/uts/common/io/ppp/spppcomp/
H A Dzlib.c4173 uInt index; /* index into blens (or border) */
4245 local const uInt border[] = { /* Order of the bit length code lengths */ variable
4484 s->sub.trees.blens[border[s->sub.trees.index++]] =
4489 s->sub.trees.blens[border[s->sub.trees.index++]] =
/illumos-gate/usr/src/man/man3curses/
H A DMakefile142 border.3curses \
659 border.3curses := LINKSRC = curs_border.3curses

Completed in 126 milliseconds