Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dvidupdate.c109 cur_pair->background = in vidupdate()
324 cur_pair->background = -1; in _change_color()
343 if (ptp[newcolor].background != cur_pair->background) { in _change_color()
346 ptp[newcolor].background), 1, outc); in _change_color()
349 Oldcolors[ptp[newcolor].background]), in _change_color()
351 cur_pair->background = ptp[newcolor].background; in _change_color()
377 back = ptp[newcolor].background; in _change_color()
H A Dinit_pair.c60 if (ptp->foreground == f && ptp->background == b) in init_pair()
64 ptp->background = b; in init_pair()
H A Dinit_color.c111 ptp[i].background == color) in init_color()
113 ptp[i].background); in init_color()
H A Dpair_cont.c60 *b = ptp->background; in pair_content()
H A Dstart_col.c164 cur_term->_cur_pair.background = 0; in start_color()
H A Dscr_reset.c266 ptp->foreground, ptp->background); in scr_reset()
H A Dmaketerm.ed396 short background; /* background color */
H A Dwrefresh.c1250 if (set_background && cur_term->_cur_pair.background > 0) { in _turn_off_background()
1253 cur_term->_cur_pair.background = -1; in _turn_off_background()
H A Dcaps69 back_color_erase, "bce" "ut" Erases screen with current background
440 set_background, "setb" "Sb" Set background color using RGB escape
508 set_a_background, "setab" "AB" Set background color using ANSI escape
/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/lib/libsqlite/test/
H A Dbtree2.test28 # 4 The background table
68 # "N" is the number of elements in the foreground and background tables
70 # for foreground and background tables.
72 # 2. The union of the foreground an background tables consists of N entries
76 # the foreground it is removed form the background and vice versa.
78 # 3. Some entries in the foreground and background tables have keys that
83 # background tables.
85 # 4. The data for both foreground and background entries is usually a
90 # foreground or background entry.
153 return "Key $i is missing from both foreground and background"
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsigchld.sh63 (( background == BACKGROUND )) || err_exit "expected '$BACKGROUND background' -- got '$background' …
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c85 int foreground = (63 << 16) | (63 << 8) | (63), background = 0, border = 0; variable
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 Dterm.h143 extern int foreground, background, border, graphics_inited;
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c73 static void background();
216 background(); in startup()
352 background() in background() function
/illumos-gate/usr/src/boot/forth/
H A Dscreen.4th47 \ Set background color ( Esc-[4%dm )
59 \ Enable inverse foreground/background mode ( Esc-[7m )
62 \ Disable inverse foreground/background mode ( Esc-[27m )
/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; in main()
168 background = _B_FALSE; in main()
312 if (!background) in main()
330 if (background && daemon(0, 0) < 0) in main()
421 trace_close(background); in main()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mv_files/
H A Dmv_files.cfg43 export GANGPIDS=50 # <number of limit for parallel background running process>
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.def62 menu_cmd("background", GRBM_BACKGROUND_CMD, GRUB_LINE_ENTRY, skip_line)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME249 background and acts as the backend component controlling the wireless
373 to start wpa_supplicant on background without debugging:
392 -B = run daemon in the background
417 This makes the process fork into background and wait for the wlan0
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex40 \usepackage{eso-pic} % Required for specifying an image background in the title page
50 backgroundcolor=\color{highlight}, % Set the background color for the snippet - useful for highligh…
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.sh4274 background=$2
4302 '') $exec $rsh $user$name "$cmd" $background
4305 case $background in
4318 case $background in
4319 ?*) $exec "} $background" ;;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE227 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 job extensions. Noted by "J" in
[all …]
H A DPROMO.mm122 foreground and the background.
H A DRELEASE93110 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.

12