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

/illumos-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;
/illumos-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)"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.noreapring.ksh103 background=$!
104 echo launched ring buffered enabling as pid $background
121 kill $background
/illumos-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...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h143 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.c1155 "Load FILE as the background image when in graphics mode."
1191 /* background */
1200 background = (r << 16) | (g << 8) | b;
1211 "background",
1214 "background RRGGBB",
1215 "Sets the background color when in graphics mode."
/illumos-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
/illumos-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);

Completed in 287 milliseconds