Home
last modified time | relevance | path

Searched refs:colors (Results 1 – 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcubetype.sh38 colors=([wall]=blue [floor]=red)
69 b.colors[wall]=green
70 b.colors[door]=white
79 bb.colors[desk]=orange
82 unset b.colors
88 unset bb.colors
150 cc[2]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6)
164 unset cc[2].name cc[2].colors cc[2].items
183 unset cc[two].name unset cc[two].colors cc[two].items
189 [two]=(x=2 y=3 name=two colors+=([table]=white) z=6)
[all …]
H A Dcomvar.sh115 type=2colors var=viewcolor val="gray black"
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dscr_reset.c185 int colors, color_pairs; in scr_reset() local
197 if ((fread((char *)&colors, sizeof (int), 1, filep) != 1) || in scr_reset()
204 colors > max_colors || color_pairs > max_pairs) { in scr_reset()
205 if (fseek(filep, (long)(colors * sizeof (_Color) + in scr_reset()
219 malloc(colors * in scr_reset()
224 colors, filep) != colors) in scr_reset()
227 for (i = 0; i < colors; i++, ctp++) { in scr_reset()
238 if (fseek(filep, (long)(colors * in scr_reset()
H A Dvidupdate.c383 con.l[con.page].colors[BOLD] = in _change_color()
H A Dcaps101 max_colors, "colors" "Co" max # of color on the screen
103 no_color_video, "ncv" "NC" Video attributes that cannot be used with colors
435 orig_colors, "oc" "oc" Original colors
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/translators/
H A Derr.D_XLATE_SOU.BadTransDecl8.d42 enum colors enum
48 translator enum colors < struct input_struct *ivar >
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c370 unsigned i, len, idx, colors, x, y, width, height; in read_image() local
421 colors = c - '0'; in read_image()
424 colors = colors * 10 + c - '0'; in read_image()
444 for (i = 0, idx = 1; i < colors; i++) { in read_image()
485 colors = idx - 1; /* actual number of colors used in XPM image */ in read_image()
514 for (i = 1; i <= colors; i++) in read_image()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmenu.lst80 # Change the colors.
81 title Change the colors
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/enum/
H A Dtst.EnumSameValue.d40 enum colors { enum
H A Derr.D_UNKNOWN.RepeatIdentifiers.d40 enum colors { enum
H A Derr.D_DECL_IDRED.EnumSameName.d39 enum colors { enum
H A Dtst.EnumEquality.d37 enum colors { enum
H A Dtst.EnumValAssign.d39 enum colors { enum
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h358 int colors = page_get_pagecolors(szc); \
360 colors * sizeof (pgcnt_t)); \
365 int mn, mt, szc, colors; \
367 colors = page_get_pagecolors(szc); \
371 plc_mts_colors = colors; \
374 base += (colors * sizeof (pgcnt_t)); \
H A Dvm_dep.c857 uint_t colors; in page_coloring_init() local
910 if ((colors = hw_page_array[i].hp_colors) <= 1) { in page_coloring_init()
913 while ((colors >> a) == 0) in page_coloring_init()
/illumos-gate/usr/src/data/terminfo/extras/
H A Drxvt-unicode.terminfo142 colors#88,
189 rxvt-unicode-256color|rxvt-unicode terminal with 256 colors (X Window System),
190 colors#256,
H A Drxvt-unicode.termcap32 rxvt-unicode-256color|rxvt-unicode terminal with 256 colors (X Window System):\
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c1698 int szc, colors; in plcnt_sz() local
1702 colors = page_get_pagecolors(szc); in plcnt_sz()
1713 int mt, szc, colors; in plcnt_init() local
1719 colors = page_get_pagecolors(szc); in plcnt_init()
1723 addr += (sizeof (pgcnt_t) * colors); in plcnt_init()
1780 int colors; in page_coloring_init() local
1862 while ((colors >> a) == 0) in page_coloring_init()
1882 while ((colors >> a) == 0) in page_coloring_init()
1913 colors = page_get_pagecolors(i); in page_coloring_init()
1935 int colors; in page_coloring_setup() local
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofDataTypes.d79 enum colors { enum
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructDataTypes.d78 enum colors { enum
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara2.c730 uint_t colors; in page_set_colorequiv_arr_cpu() local
733 if ((colors = hw_page_array[i].hp_colors) <= 1) in page_set_colorequiv_arr_cpu()
735 while ((colors >> a) == 0) in page_set_colorequiv_arr_cpu()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pointers/
H A Dtst.ArrayPointer1.d85 enum colors { enum
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2708 uint_t nszc, ceq_mask, colors; in page_list_walk_init() local
2712 colors = PAGE_GET_PAGECOLORS(szc); in page_list_walk_init()
2714 plw->plw_colors = colors; in page_list_walk_init()
2715 plw->plw_color_mask = colors - 1; in page_list_walk_init()
3382 uint_t colors, ceq_mask; in page_geti_contig_pages() local
3398 colors = PAGE_GET_PAGECOLORS(szc); in page_geti_contig_pages()
3399 color_mask = colors - 1; in page_geti_contig_pages()
3400 if ((colors > 1) && (flags & PG_MATCH_COLOR)) { in page_geti_contig_pages()
3410 ASSERT(bin < colors); in page_geti_contig_pages()
4401 uint_t colors; in page_set_colorequiv_arr() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab1308 +10 byte &0x03==0x00 , 2 colors
1309 +10 byte &0x03==0x01 , 4 colors
1310 +10 byte &0x03==0x02 , 8 colors
1311 +10 byte &0x03==0x03 , 16 colors
1312 +10 byte &0x03==0x04 , 32 colors
1313 +10 byte &0x03==0x05 , 64 colors
1314 +10 byte &0x03==0x06 , 128 colors
1315 +10 byte &0x03==0x07 , 256 colors
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src700 colors#16, pairs#256,
916 colors@, pairs@,
1013 # foreground colors and blink for bright background colors.
1066 colors#8, pairs#64,
1589 colors@, pairs@,
1849 colors#8, pairs#64,
1939 colors@, pairs@,
1963 colors@, pairs@,
1980 colors@, pairs@,
4429 colors#64, pairs#8,
[all …]

12