/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | vidupdate.c | 111 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 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 | 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 | 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()
|
/titanic_41/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_41/usr/src/cmd/krb5/kadmin/gui/dchanger/ |
H A D | DateTimeDialog.java | 94 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 D | DurationHelper.java | 78 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 D | EncListDialog.java | 58 public EncListDialog(Frame parent, Color background, Color foreground, in EncListDialog() argument
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | sigchld.sh | 63 (( background == BACKGROUND )) || err_exit "expected '$BACKGROUND background' -- got '$background' …
|
/titanic_41/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_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpsched.c | 75 static void background(); 218 background(); in startup() 354 background() in background() function
|
/titanic_41/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 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_41/usr/src/cmd/krb5/kadmin/gui/dataclasses/ |
H A D | Defaults.java | 99 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 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() 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 D | mv_files.cfg | 43 export GANGPIDS=50 # <number of limit for parallel background running process>
|
/titanic_41/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_cmd.def | 62 menu_cmd("background", GRBM_BACKGROUND_CMD, GRUB_LINE_ENTRY, skip_line)
|
/titanic_41/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_41/usr/src/lib/libshell/common/ |
H A D | RELEASE | 90 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 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.
|