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

/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dclock.c100 clock_draw(struct screen_write_ctx *ctx, int colour, int style) argument
123 colour_set_fg(&gc, colour);
133 colour_set_bg(&gc, colour);
H A Dwindow-clock.c116 int colour, style; local
118 colour = options_get_number(&wp->window->options, "clock-mode-colour");
122 clock_draw(&ctx, colour, style);
H A Dcolour.c1 /* $Id: colour.c,v 1.3 2011/08/22 09:19:51 he Exp $ */
28 * Colour to string conversion functions. Bit 8 of the colour means it is one
29 * of the 256 colour palette.
32 /* An RGB colour. */
39 /* 256 colour RGB table, generated on first use. */
46 /* Generate 256 colour RGB table. */
92 /* Get a measure of colour RGB distance. */
104 /* Work out the nearest colour from the 256 colour set. */
109 u_int colour, local
[all...]
H A Dscreen-redraw.c271 int colour, active_colour; local
280 colour = options_get_number(oo, "display-panes-colour");
281 active_colour = options_get_number(oo, "display-panes-active-colour");
293 colour_set_fg(&gc, colour);
307 colour_set_bg(&gc, colour);
H A Dcmd-set-option.c328 /* Set a colour option. */
333 int colour; local
335 if ((colour = colour_fromstring(value)) == -1) {
336 ctx->error(ctx, "bad colour: %s", value);
340 return (options_set_number(oo, oe->name, colour));
H A Dtty.c1326 * Is either the default colour? This is handled specially because the
1329 * colour.
1339 * Otherwise, try to set the default colour only as needed.
1368 /* Set the foreground colour. */
1374 * Set the background colour. This must come after the foreground as
1387 /* Is this a 256-colour colour? */
1389 /* And not a 256 colour mode? */
1405 /* Is this an aixterm colour? */
1418 /* Is this a 256-colour colou
1522 tty_try_256(struct tty *tty, u_char colour, const char *type) argument
1536 tty_try_88(struct tty *tty, u_char colour, const char *type) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dmsgen-212 color\ cannot\ be\ transparent=colour cannot be transparent
26 color\ cannot\ be\ transparent=colour cannot be transparent
H A Dxgettext-glade-1576 <title>Pick a colour</title>
577 <tooltip>Pick a colour</tooltip>
1426 msgid "Pick a colour"
/netbsd-6-1-5-RELEASE/dist/ipf/perl/
H A DIsbgraph105 # LINE COLOUR HELP BY VAR $colour
106 $colour=$red;
162 # change entry for red in colour table to green for packets LEAVING target host
197 $xspaceold+$middle,$YGRAPH,$colour);
204 $xspaceold+$middle,$YGRAPH,$colour);
223 $xspace,$YGRAPH,$colour);
230 $xspace+$middle,$YGRAPH,$colour);
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/msdos/
H A Dpkt_rx1.s48 mov es, bx ;; r-mode segment of colour screen
52 mov ah, 15 ;; and white colour
H A Dpkt_rx0.asm78 mov es, bx ;; r-mode segment of colour screen
82 mov ah, 15 ;; and white colour
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/examples/
H A Dtmux.vim58 syn keyword tmuxOptsSet display-panes-colour display-panes-time default-shell
63 syn keyword tmuxOptsSet display-panes-active-colour alternate-screen
68 syn keyword tmuxOptsSetw mode-keys clock-mode-colour clock-mode-style
/netbsd-6-1-5-RELEASE/tests/lib/libcurses/slave/
H A Dcurses_commands.c1873 short colour, red, green, blue; local
1878 if (sscanf(args[0], "%hd", &colour) == 0) {
1886 report_return(color_content(colour, &red, &green, &blue));
2645 short colour, red, green, blue; local
2650 if (sscanf(args[0], "%hd", &colour) == 0) {
2675 report_return(init_color(colour, red, green, blue));
5999 int n, attr, colour; local
6016 if (sscanf(args[2], "%d", &colour) == 0) {
6024 report_return(chgat(n, attr, colour, NULL));
6033 short colour; local
6071 short colour; local
6115 int y, x, n, attr, colour; local
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/xdm/config/
H A DXresources.cpp72 ! file to use another background colour, you need to create a new logo
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dvoodoofb.c1015 int height, int colour)
1019 col = (colour << 24) | (colour << 16) | (colour << 8) | colour;
1026 voodoo3_write32(sc, COLORFORE, colour);
1027 voodoo3_write32(sc, COLORBACK, colour);
1014 voodoofb_rectfill(struct voodoofb_softc *sc, int x, int y, int width, int height, int colour) argument
H A Dpm2fb.c639 uint32_t colour)
648 colour);
638 pm2fb_rectfill(struct pm2fb_softc *sc, int x, int y, int wi, int he, uint32_t colour) argument
H A Dr128fb.c278 /* generate an r3g3b2 colour map */
725 uint32_t colour)
736 colour);
872 * when colour expanding but all coordinates
724 r128fb_rectfill(struct r128fb_softc *sc, int x, int y, int wi, int he, uint32_t colour) argument
H A Dunichromefb.c1247 /* set colour depth and pitch */
1275 int height, int colour)
1289 MMIO_OUT32(VIA_REG_FGCOLOR, colour);
1274 uni_fillrect(struct unichromefb_softc *sc, int x, int y, int width, int height, int colour) argument
H A Dmachfb.c1659 int colour)
1663 regw(sc, DP_FRGD_CLR, colour);
1658 mach64_rectfill(struct mach64_softc *sc, int x, int y, int width, int height, int colour) argument
/netbsd-6-1-5-RELEASE/external/bsd/tmux/usr.bin/tmux/
H A DMakefile98 SRCS+= colour.c
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dct65550.c548 int height, int colour)
565 chipsfb_write32(sc, CT_BLT_BG, colour);
566 chipsfb_write32(sc, CT_BLT_FG, colour);
547 chipsfb_rectfill(struct chipsfb_softc *sc, int x, int y, int width, int height, int colour) argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/voyager/
H A Dvoyagerfb.c106 /* colour map */
649 /* disable colour compare */
721 uint32_t colour)
731 colour);
1193 * if userland doesn't try to set the 3rd colour we
1194 * assume it expects an X11-style 2 colour cursor
720 voyagerfb_rectfill(struct voyagerfb_softc *sc, int x, int y, int wi, int he, uint32_t colour) argument
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/dev/
H A Dcrmfb.c183 /* setup video hw in given colour depth */
864 /* setup colour mode */
1045 panic("%s: unsuported colour depth %d\n", __func__,
1103 uint32_t colour)
1113 bus_space_write_4(sc->sc_iot, sc->sc_reh, CRIME_MTE_BG, colour);
1102 crmfb_fill_rect(struct crmfb_softc *sc, int x, int y, int width, int height, uint32_t colour) argument
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domapfb.c571 uint32_t colour)
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dconfigure1287 --disable-colour synonym for --disable-color
2030 # Check whether --enable-colour was given.

Completed in 328 milliseconds