Searched refs:colors (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dscr_reset.c187 int colors, color_pairs; local
191 /* if the new terminal doesn't support colors, or it supports */
192 /* less colors (or color_pairs) than the old terminal, or */
199 if ((fread((char *) &colors, sizeof (int), 1, filep) != 1) ||
206 colors > max_colors || color_pairs > max_pairs) {
207 if (fseek(filep, (long) (colors * sizeof (_Color) +
213 /* if both old and new terminals could modify colors, read in */
221 malloc(colors *
226 colors, filep) != colors)
[all...]
H A Dvidupdate.c68 /* if colors are used, extract the color related information from */
80 /* have been used with colors */
93 /* deal with video attributes, and then with colors. This */
98 /* should not be used with colors */
120 /* with colors first (possibly turning of the colors that */
122 /* This way video attributes will overwrite colors. */
370 /* entry for turning on colors, and SGR0 for turning them off. */
385 con.l[con.page].colors[BOLD] =
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dcustomize.cgi6 @colors=qw/aqua black blue fuschia gray green lime maroon navy olive
66 -values=>\@colors,
74 -values=>\@colors,
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dvga_init.c26 static struct {grub_uint8_t r, g, b, a; } colors[] = variable in typeref:struct:__anon485
86 for (i = 0; i < ARRAY_SIZE (colors); i++)
87 grub_vga_palette_write (i, colors[i].r, colors[i].g, colors[i].b);
/osnet-11/usr/src/grub/grub2/grub-core/term/ieee1275/
H A Dofconsole.c41 /* Use serial colors as they are default on most firmwares and some firmwares
43 static struct color colors[] = variable in typeref:struct:color
159 /* Initialize colors. */
163 for (col = 0; col < ARRAY_SIZE (colors); col++)
164 grub_ieee1275_set_color (stdout_ihandle, col, colors[col].red,
165 colors[col].green, colors[col].blue);
167 /* Set the right fg and bg colors. */
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c161 * its new colors; if not, set them to the background color.
364 * Format of splashscreen is an XPM (can be gzipped) with up to 15 colors and
371 unsigned i, len, idx, colors, x, y, width, height; local
423 colors = c - '0';
426 colors = colors * 10 + c - '0';
446 for (i = 0, idx = 1; i < colors; i++) {
487 colors = idx - 1; /* actual number of colors used in XPM image */
514 * if no colors wer
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm91 my $colors = join "\t", map {$terminal->Tputs($_,1)} @props;
93 $colors =~ s/\0//g;
94 $ENV{PERL_RE_COLORS} = $colors;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm10 # better use of color, take options changing what colors are used for what
117 Term::ANSIColor is used to get colors and therefore must be installed to use
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm10 # Ah, September, when the sysadmins turn colors and fall off the trees....
257 their prompt and typing changed to weird colors.
306 misspelled names of colors or attributes in calls to color() and colored()
431 aixterm, clear doesn't reset colors; you have to explicitly set the colors
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile589 ../.././grub-core/video/colors.c \
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile589 ../.././grub-core/video/colors.c \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm465 few colors, which get looked up over and over again. Memoizing
H A DCGI.pm5563 place to put HTML extensions, such as colors and wallpaper patterns.
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/
H A DMakefile28181 video/colors.c video/fb/fbblit.c video/fb/fbfill.c \
[all...]
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/
H A DMakefile28181 video/colors.c video/fb/fbblit.c video/fb/fbfill.c \
[all...]

Completed in 1212 milliseconds