HomeSort by: relevance | last modified time | path
    Searched refs:colour (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ipf_rb.h 76 rbcolour_t colour; \
161 node->_f.colour = C_RED; \
164 while ((node != &_n##_rb_zero) && (parent->_f.colour == C_RED)){\
168 if (tmp1->_f.colour == C_RED) { \
169 parent->_f.colour = C_BLACK; \
170 tmp1->_f.colour = C_BLACK; \
171 gparent->_f.colour = C_RED; \
179 parent->_f.colour = C_BLACK; \
180 gparent->_f.colour = C_RED; \
185 if (tmp1->_f.colour == C_RED) {
    [all...]
  /src/usr.bin/aiomixer/
draw.c 163 bool selected, bool colour)
179 if (colour) {
189 if (colour) {
208 draw_set(struct aiomixer_control *control, int mask, bool colour)
215 if (colour) {
220 if (colour) {
250 bool selected, bool colour)
265 if (colour) {
273 if (colour) {
  /src/games/testpat/
testpat.c 54 int i, col, colour, line, x_limit, y_limit, colourOK, spacing; local in function:main
284 /* Add colour bars. */
286 colour = colour_list[i];
288 attrset(COLOR_PAIR(colour));
  /src/sys/arch/arm/ti/
omap3_dss.c 870 uint32_t colour)
884 if (((colour & 0xff00) == 0) &&
893 colour |= colour << 16;
915 omapdma_write_ch_reg(0, OMAPDMAC_COLOR, colour);
  /src/tests/lib/libcurses/slave/
curses_commands.c 1237 ARG_SHORT(colour);
1240 int ret = color_content(colour, &red, &green, &blue);
1762 ARG_SHORT(colour);
1768 report_return(init_color(colour, red, green, blue));
3555 ARG_INT(colour);
3559 report_return(chgat(n, attr, colour, NULL));
3570 ARG_SHORT(colour);
3574 report_return(wchgat(win, n, attr, colour, NULL));
3586 ARG_SHORT(colour);
3590 report_return(mvchgat(y, x, n, attr, colour, NULL))
    [all...]
  /src/sys/dev/ic/
ct65550.c 570 int height, int colour)
587 chipsfb_write32(sc, CT_BLT_BG, colour);
588 chipsfb_write32(sc, CT_BLT_FG, colour);
  /src/sys/dev/pci/
voodoofb.c 1046 int height, int colour)
1056 voodoo3_write32(sc, COLORFORE, colour);
1057 voodoo3_write32(sc, COLORBACK, colour);
r128fb.c 738 uint32_t colour)
749 colour);
886 * when colour expanding but all coordinates
unichromefb.c 1246 /* set colour depth and pitch */
1274 int height, int colour)
1288 MMIO_OUT32(VIA_REG_FGCOLOR, colour);
pm2fb.c 881 uint32_t colour)
892 colour);
1159 /* always blit the cell with the background colour */
1184 * since our background colour is always constant, but for some reason
1224 * and now we just hammer the foreground colour and alpha values into
pm3fb.c 725 uint32_t colour)
733 bus_space_write_4(sc->sc_memt, sc->sc_regh, PM3_FOREGROUNDCOLOR, colour);
gffb.c 1267 uint32_t colour)
1274 gffb_dmanext(sc, colour);
machfb.c 1913 int colour)
1916 regw(sc, DP_FRGD_CLR, colour);
  /src/sys/arch/sparc/dev/
cgfourteen.c 773 /* clear the screen with the default background colour */
1283 uint32_t colour)
1290 sx_write(sc->sc_sx, SX_QUEUED(8), colour);
1291 sx_write(sc->sc_sx, SX_QUEUED(9), colour);
  /src/sys/dev/pci/voyager/
voyagerfb.c 106 /* colour map */
733 /* disable colour compare */
779 /* ...and then switch colour depth. For aesthetic reasons. */
813 uint32_t colour)
823 colour);
1429 * if userland doesn't try to set the 3rd colour we
1430 * assume it expects an X11-style 2 colour cursor
  /src/sys/arch/sgimips/dev/
crmfb.c 188 /* setup video hw in given colour depth */
972 /* setup colour mode */
1150 panic("%s: unsupported colour depth %d\n", __func__,
1238 uint32_t colour)
1248 bus_space_write_4(sc->sc_iot, sc->sc_reh, CRIME_MTE_BG, colour);
1542 /* fill the cell with the background colour */
1553 /* now blit it on top of the requested fg colour cell */
  /src/share/terminfo/
terminfo 1879 # Terminfo entries to enable the use of the ncurses library in colour on a
5560 # Cs and Cr set and reset the cursor colour.
7188 # print interface, ANSI X3.64 colour escape sequences, etc. Newsgroup postings
11089 # S2 7 Screen colour
11142 # S2 7 Screen colour (U = green on black, D = black on green)
18487 #ESC F p1 p2 set page colour (p1 = f/grnd, p2 = b/grnd)
18554 # p2, p3: f/grnd, b/grnd colour
18569 #ESC b set foreground colour screen
18583 #ESC d set background colour screen
20050 pe7000c|Perkin Elmer 7000 series colour monitor
    [all...]

Completed in 47 milliseconds