Searched refs:foreground (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | pair_cont.c | 61 *f = ptp->foreground;
|
H A D | vidupdate.c | 112 cur_pair->foreground = -1; 327 cur_pair->foreground = -1; 334 /* check if both the foreground and background of newcolor match */ 355 if (ptp[newcolor].foreground != cur_pair->foreground) { 358 ptp[newcolor].foreground), 1, outc); 361 Oldcolors[ptp[newcolor].foreground]), 363 cur_pair->foreground = ptp[newcolor].foreground; 380 fore = ptp[newcolor].foreground; [all...] |
H A D | init_pair.c | 62 if (ptp->foreground == f && ptp->background == b) 65 ptp->foreground = f;
|
H A D | init_color.c | 112 if (ptp[i].foreground == color || 114 _init_HP_pair(i, ptp[i].foreground,
|
H A D | scr_ll_dump.c | 128 if (fwrite((char *) &(cur_term->_pairs_tbl->foreground),
|
H A D | start_col.c | 92 * cur_term->_pairs_tbl[0].foreground = 0; 167 cur_term->_cur_pair.foreground = -1;
|
H A D | scr_reset.c | 268 ptp->foreground, ptp->background);
|
H A D | wrefresh.c | 1247 cur_term->_cur_pair.foreground = -1;
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | sigchld.sh | 33 integer i foreground=0 background=0 47 do (( foreground++ )) 50 $SHELL -c : > /dev/null # foreground does not generate SIGCHLD 57 print foreground=$foreground background=$background 62 (( foreground == FOREGROUND )) || err_exit "expected '$FOREGROUND foreground' -- got '$foreground' (DELAY=$DELAY)"
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_sasl.c | 308 test_dns_nsswitch(int foreground, argument 323 if (foreground) { 339 if (foreground) { 368 if (foreground) { 401 __ns_ldap_check_dns_preq(int foreground, argument 421 if ((retcode = test_dns_nsswitch(foreground, fname, errpp)) != 426 if (foreground) { 452 if (foreground) { 466 __ns_ldap_check_gssapi_preq(int foreground, argument 500 if (foreground) { 539 __ns_ldap_check_all_preq(int foreground, int mode_verbose, int mode_quiet, ns_ldap_self_gssapi_config_t config, ns_ldap_error_t **errpp) argument [all...] |
H A D | llib-lsldap | 227 int foreground, 235 int foreground, 242 int foreground,
|
H A D | ns_internal.h | 856 __ns_ldap_check_dns_preq(int foreground, 863 __ns_ldap_check_gssapi_preq(int foreground, 869 __ns_ldap_check_all_preq(int foreground,
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | term.h | 143 extern int foreground, background, border, graphics_inited;
|
H A D | graphics.c | 85 int foreground = (63 << 16) | (63 << 8) | (63), background = 0, border = 0; variable 157 * system foreground color, and 17 to be the system border color. 172 graphics_set_palette(15, PALETTE_RED(foreground), 173 PALETTE_GREEN(foreground), PALETTE_BLUE(foreground)); 342 * framebuffer in the default foreground color. 346 /* system default foreground color */
|
H A D | builtins.c | 734 " \"blink-\" to FG if you want a blinking foreground color." 1160 /* foreground */ 1169 foreground = (r << 16) | (g << 8) | b; 1181 "foreground", 1184 "foreground RRGGBB", 1185 "Sets the foreground color when in graphics mode."
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 1915 static boolean_t foreground = _B_FALSE; variable 2026 foreground = _B_TRUE; 2036 foreground = _B_TRUE; 2066 if (!foreground) { 2716 * running in the foreground, in which case the logging goes to stderr.
|
Completed in 301 milliseconds