/titanic_52/usr/src/lib/libcurses/screen/ |
H A D | vidupdate.c | 111 cur_pair->background = in vidupdate() 319 /* HP terminals will be changing the background, or not */ in _change_color() 326 cur_pair->background = -1; in _change_color() 334 /* check if both the foreground and background of newcolor match */ in _change_color() 345 if (ptp[newcolor].background != cur_pair->background) { in _change_color() 348 ptp[newcolor].background), 1, outc); in _change_color() 351 Oldcolors[ptp[newcolor].background]), in _change_color() 353 cur_pair->background = ptp[newcolor].background; in _change_color() [all...] |
H A D | init_pair.c | 62 if (ptp->foreground == f && ptp->background == b) in init_pair() 66 ptp->background = b; in init_pair()
|
H A D | init_color.c | 113 ptp[i].background == color) in init_color() 115 ptp[i].background); in init_color()
|
H A D | pair_cont.c | 62 *b = ptp->background; in pair_content()
|
H A D | start_col.c | 89 /* always a default background. if this will change, we may want */ in start_color() 93 * cur_term->_pairs_tbl[0].background = COLORS; in start_color() 162 /* for Tek terminals set the background color to zero */ in start_color() 166 cur_term->_cur_pair.background = 0; in start_color()
|
H A D | scr_reset.c | 268 ptp->foreground, ptp->background); in scr_reset()
|
H A D | maketerm.ed | 396 short background; /* background color */
|
H A D | wrefresh.c | 1239 /* this routine turn the background color to zero. This need to be */ in _turn_off_background() 1243 /* 2) The current background is not already zero */ in _turn_off_background() 1245 if (set_background && cur_term->_cur_pair.background > 0) { in _turn_off_background() 1248 cur_term->_cur_pair.background = -1; in _turn_off_background()
|
H A D | caps | 71 back_color_erase, "bce" "ut" Erases screen with current background 442 set_background, "setb" "Sb" Set background color using RGB escape 510 set_a_background, "setab" "AB" Set background color using ANSI escape
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.noreapring.ksh | 103 background=$! 104 echo launched ring buffered enabling as pid $background 121 kill $background
|
/titanic_52/usr/src/lib/libsqlite/test/ |
H A D | btree2.test | 30 # 4 The background table 70 # "N" is the number of elements in the foreground and background tables 72 # for foreground and background tables. 74 # 2. The union of the foreground an background tables consists of N entries 78 # the foreground it is removed form the background and vice versa. 80 # 3. Some entries in the foreground and background tables have keys that 85 # background tables. 87 # 4. The data for both foreground and background entries is usually a 92 # foreground or background entry. 155 return "Key $i is missing from both foreground and background" [all...] |
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | sigchld.sh | 33 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)"
|
/titanic_52/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpsched.c | 75 static void background(); 209 * that will run in the background. The child will relock the file. in startup() 218 background(); in startup() 354 background() in background() function
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | graphics.c | 85 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 in graphics_init() 160 * its new colors; if not, set them to the background color. in graphics_init() 163 graphics_set_palette(0, PALETTE_RED(background), PALETTE_GREEN(background), in graphics_init() 164 PALETTE_BLUE(background)); in graphics_init() 167 color = (image_read ? splash_palette[index] : background); in graphics_init()
|
H A D | term.h | 143 extern int foreground, background, border, graphics_inited;
|
/titanic_52/usr/src/boot/sys/boot/forth/ |
H A D | screen.4th | 48 \ Set background color ( Esc-[4%dm ) 60 \ Enable inverse foreground/background mode ( Esc-[7m ) 63 \ Disable inverse foreground/background mode ( Esc-[27m )
|
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | main.c | 58 static boolean_t background = _B_TRUE; variable 164 background = _B_FALSE; in main() 168 background = _B_FALSE; in main() 312 if (!background) in main() 329 /* get into the background */ in main() 330 if (background && daemon(0, 0) < 0) in main() 421 trace_close(background); in main()
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/mv_files/ |
H A D | mv_files.cfg | 43 export GANGPIDS=50 # <number of limit for parallel background running process>
|
/titanic_52/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_cmd.def | 62 menu_cmd("background", GRBM_BACKGROUND_CMD, GRUB_LINE_ENTRY, skip_line)
|
/titanic_52/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | README | 251 background and acts as the backend component controlling the wireless 375 to start wpa_supplicant on background without debugging: 394 -B = run daemon in the background 419 This makes the process fork into background and wait for the wlan0
|
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | package.sh | 4271 remote() # host no-exec-background 4274 background=$2 4302 '') $exec $rsh $user$name "$cmd" $background 4305 case $background in 4318 case $background in 4319 ?*) $exec "} $background" ;;
|
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE | 227 background jobs from being reaped until a foreground job was run. 312 earlier background job with that pid instead has been fixed. 341 11-07-21 Modified the 10-08-27 bug fix so that background jobs started in for 352 11-06-14 A bug with pipefail in which the shell would wait for background 841 A job pool allows a collection of background jobs to run either locally 843 creates or uses a named job pool for subsequent background jobs. 996 09-09-09 A bug in which a subshell containing a background process could 997 block until the background process completed has been fixed. 1157 09-01-13 A bug in which background jobs and pipelines that were not waited 1188 08-12-04 +SHOPT_BGX enables background jo [all...] |
H A D | PROMO.mm | 122 foreground and the background.
|
H A D | RELEASE93 | 110 directed to /dev/null for background jobs when 115 signal to some background jobs that were not disowned 270 run in the background has been fixed.
|
/titanic_52/usr/src/cmd/sendmail/cf/m4/ |
H A D | cfhead.m4 | 289 define(`confDELIVERY_MODE', `background')
|