Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/lib/libcurses/screen/
H A Dvidupdate.c111 cur_pair->background = in vidupdate()
326 cur_pair->background = -1; 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()
379 back = ptp[newcolor].background; in _change_color()
H A Dinit_pair.c62 if (ptp->foreground == f && ptp->background == b) in init_pair()
66 ptp->background = b; in init_pair()
H A Dinit_color.c113 ptp[i].background == color) in init_color()
115 ptp[i].background); in init_color()
H A Dpair_cont.c62 *b = ptp->background; in pair_content()
H A Dstart_col.c166 cur_term->_cur_pair.background = 0; in start_color()
H A Dscr_reset.c268 ptp->foreground, ptp->background); in scr_reset()
H A Dmaketerm.ed396 short background; /* background color */
H A Dwrefresh.c1245 if (set_background && cur_term->_cur_pair.background > 0) { in _turn_off_background()
1248 cur_term->_cur_pair.background = -1; in _turn_off_background()
/titanic_41/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
/titanic_41/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDateTimeDialog.java94 public DateTimeDialog(Frame parent, Color background, Color foreground) { in DateTimeDialog() argument
101 addFields(background, foreground); in DateTimeDialog()
158 private void addFields(Color background, Color foreground) { in addFields() argument
168 date.setBackground(background); in addFields()
173 hour.setBackground(background); in addFields()
176 minute.setBackground(background); in addFields()
179 second.setBackground(background); in addFields()
183 year.setBackground(background); in addFields()
H A DDurationHelper.java78 public DurationHelper(Frame parent, Color background, Color foreground) { in DurationHelper() argument
85 addFields(background, foreground); in DurationHelper()
124 private void addFields(Color background, Color foreground) { in addFields() argument
129 value.setBackground(background); in addFields()
H A DEncListDialog.java58 public EncListDialog(Frame parent, Color background, Color foreground, in EncListDialog() argument
/titanic_41/usr/src/lib/libshell/common/tests/
H A Dsigchld.sh63 (( background == BACKGROUND )) || err_exit "expected '$BACKGROUND background' -- got '$background' …
/titanic_41/usr/src/lib/libsqlite/test/
H A Dbtree2.test30 # 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_41/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c75 static void background();
218 background(); in startup()
354 background() in background() function
/titanic_41/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;
/titanic_41/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DDefaults.java99 private Color background; field in Defaults
125 Defaults(String defaultsFile, Color background) { in Defaults() argument
127 this.background = background; in Defaults()
148 background = old.background; in Defaults()
179 frame.setBackground(background); in getEditingFrame()
/titanic_41/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()
/titanic_41/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>
/titanic_41/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.def62 menu_cmd("background", GRBM_BACKGROUND_CMD, GRUB_LINE_ENTRY, skip_line)
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME251 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_41/usr/src/lib/libshell/common/
H A DRELEASE90 09-09-09 A bug in which a subshell containing a background process could
91 block until the background process completed has been fixed.
251 09-01-13 A bug in which background jobs and pipelines that were not waited
282 08-12-04 SHOPT_BGX enables background job extensions. Noted by "J" in
285 running background job completes. (2) SIGCHLD traps are queued
286 so that each completing background job gets its own trap; $! is
366 08-09-10 A bug in which a subshell that spawned a background process could
428 08-06-23 A bug in which the SIGCLD was not be triggered when background
804 into the background with the bg command as required by POSIX.
805 06-10-23 A bug in which the value of $! was affected by a background
[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