Searched refs:foreground (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dpair_cont.c61 *f = ptp->foreground;
H A Dvidupdate.c112 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 Dinit_pair.c62 if (ptp->foreground == f && ptp->background == b)
65 ptp->foreground = f;
H A Dinit_color.c112 if (ptp[i].foreground == color ||
114 _init_HP_pair(i, ptp[i].foreground,
H A Dscr_ll_dump.c128 if (fwrite((char *) &(cur_term->_pairs_tbl->foreground),
H A Dstart_col.c92 * cur_term->_pairs_tbl[0].foreground = 0;
167 cur_term->_cur_pair.foreground = -1;
H A Dscr_reset.c268 ptp->foreground, ptp->background);
H A Dwrefresh.c1247 cur_term->_cur_pair.foreground = -1;
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsigchld.sh33 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 Dns_sasl.c308 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 Dllib-lsldap227 int foreground,
235 int foreground,
242 int foreground,
H A Dns_internal.h856 __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 Dterm.h143 extern int foreground, background, border, graphics_inited;
H A Dgraphics.c85 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 Dbuiltins.c734 " \"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 Dmpd_main.c1915 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 121 milliseconds