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

/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dpair_cont.c62 *b = ptp->background;
H A Dvidupdate.c111 cur_pair->background =
319 /* HP terminals will be changing the background, or not */
326 cur_pair->background = -1;
334 /* check if both the foreground and background of newcolor match */
345 if (ptp[newcolor].background != cur_pair->background) {
348 ptp[newcolor].background), 1, outc);
351 Oldcolors[ptp[newcolor].background]),
353 cur_pair->background = ptp[newcolor].background;
[all...]
H A Dinit_pair.c62 if (ptp->foreground == f && ptp->background == b)
66 ptp->background = b;
H A Dinit_color.c113 ptp[i].background == color)
115 ptp[i].background);
H A Dstart_col.c89 /* always a default background. if this will change, we may want */
93 * cur_term->_pairs_tbl[0].background = COLORS;
162 /* for Tek terminals set the background color to zero */
166 cur_term->_cur_pair.background = 0;
H A Dscr_reset.c268 ptp->foreground, ptp->background);
H A Dwrefresh.c1239 /* this routine turn the background color to zero. This need to be */
1243 /* 2) The current background is not already zero */
1245 if (set_background && cur_term->_cur_pair.background > 0) {
1248 cur_term->_cur_pair.background = -1;
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dsigchld.sh33 integer i foreground=0 background=0
38 trap "(( background++ ))" CHLD
57 print foreground=$foreground background=$background
63 (( background == BACKGROUND )) || err_exit "expected '$BACKGROUND background' -- got '$background' (DELAY=$DELAY)"
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dwdiff.pl79 body { background-color: #eeeeee; }
88 table.hidebar { border: 1px solid #ff9900; background-color: #eee;
94 .hidebar td.active-down:hover { background-color: #ffcc99; }
99 .hidebar td.active-up:hover { background-color: #ffcc99; }
106 background-color: #ccc; text-align: center }
108 .cmdbox td { background-color: #eee; border: 1px #444 outset;
110 .cmdbox td:hover { background-color: #ffcc99;
113 a:hover { background-color: #ffcc99; }
127 background-color: #eee; width: 100%; display: block; }
129 background
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDateTimeDialog.java96 public DateTimeDialog(Frame parent, Color background, Color foreground) { argument
103 addFields(background, foreground);
160 private void addFields(Color background, Color foreground) { argument
170 date.setBackground(background);
175 hour.setBackground(background);
178 minute.setBackground(background);
181 second.setBackground(background);
185 year.setBackground(background);
H A DDurationHelper.java80 public DurationHelper(Frame parent, Color background, Color foreground) { argument
87 addFields(background, foreground);
126 private void addFields(Color background, Color foreground) { argument
131 value.setBackground(background);
H A DEncListDialog.java60 public EncListDialog(Frame parent, Color background, Color foreground, argument
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h135 extern int foreground, background, border, graphics_inited;
H A Dgraphics.c85 int foreground = (63 << 16) | (63 << 8) | (63), background = 0, border = 0; variable
156 * Set VGA palette color 0 to be the system background color, 15 to be the
160 * its new colors; if not, set them to the background color.
163 graphics_set_palette(0, PALETTE_RED(background), PALETTE_GREEN(background),
164 PALETTE_BLUE(background));
167 color = (image_read ? splash_palette[index] : background);
H A Dbuiltins.c1154 "Load FILE as the background image when in graphics mode."
1190 /* background */
1199 background = (r << 16) | (g << 8) | b;
1210 "background",
1213 "background RRGGBB",
1214 "Sets the background color when in graphics mode."
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c75 static void background();
209 * that will run in the background. The child will relock the file.
218 background();
354 background() function
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DDefaults.java99 private Color background; field in class:Defaults
125 Defaults(String defaultsFile, Color background) { argument
127 this.background = background;
148 background = old.background;
179 frame.setBackground(background);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c58 static boolean_t background = _B_TRUE; variable
164 background = _B_FALSE;
168 background = _B_FALSE;
312 if (!background)
329 /* get into the background */
330 if (background && daemon(0, 0) < 0)
421 trace_close(background);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/cf/m4/
H A Dcfhead.m4289 define(`confDELIVERY_MODE', `background')
/opensolaris-onvv-gate/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh119 usr/share/gnome-background-properties \
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm248 the foreground color, and on_color sets the background color.
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps95 back_color_erase bce be bool Screen erased with background color
444 set_background setb Sb str Set current background color #1
501 set_a_background setab AB str Set background colour #1 using ANSI escape
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps95 back_color_erase bce be bool Screen erased with background color
444 set_background setb Sb str Set current background color #1
501 set_a_background setab AB str Set background colour #1 using ANSI escape
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm690 runs in the background and populates the cache file. Then when you
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm2888 will happen in the background). This means:

Completed in 263 milliseconds