Searched defs:bg (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbkgrnd.c59 bkgrnd(const cchar_t *bg) argument
63 code = wbkgrnd(stdscr, bg);
H A Dbkgd.c52 bkgd(chtype bg) argument
57 if ((code = __m_chtype_cc(bg, &cc)) == OK)
66 wbkgd(WINDOW *w, chtype bg) argument
71 if ((code = __m_chtype_cc(bg, &cc)) == OK)
H A Dbkgdset.c54 bkgdset(chtype bg) argument
56 wbkgdset(stdscr, bg);
62 wbkgdset(WINDOW *w, chtype bg) argument
66 (void) __m_chtype_cc(bg, &cc);
77 chtype bg; local
79 bg = __m_cc_chtype(&w->_bg);
81 return (bg);
H A Dbkgrndst.c54 bkgrndset(const cchar_t *bg) argument
56 wbkgrndset(stdscr, bg);
62 wbkgrndset(WINDOW *w, const cchar_t *bg) argument
67 w->_fg._at = (attrs & ~w->_bg._at) | bg->_at;
69 w->_fg._co = bg->_co;
71 w->_bg = *bg;
77 getbkgrnd(cchar_t *bg) argument
79 *bg = stdscr->_bg;
87 wgetbkgrnd(WINDOW *w, cchar_t *bg) argument
89 *bg
[all...]
H A Dwbkgrnd.c59 wbkgrnd(WINDOW *w, const cchar_t *bg) argument
66 w->_bg = *bg;
67 w->_fg._at = (w->_fg._at & ~old_bg._at) | bg->_at;
71 w->_fg._co = bg->_co;
74 w->_fg._co = bg->_co;
84 *cp = *bg;
88 cp->_co = bg->_co;
93 cp->_co = bg->_co;
95 cp->_at = (_at & ~old_bg._at) | bg->_at;
H A Dcopywin.c97 cchar_t bg = s->_bg; local
106 if (__m_cc_compare(st, &bg, 1))
H A Dvid_puts.c147 short fg, bg; local
153 } else if (pair_content(pair, &fg, &bg) == OK) {
165 (void) TPUTS(tparm(set_a_background, (long) bg,
169 (void) TPUTS(tparm(set_background, (long) bg,
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbkgd.c47 (bkgd)(chtype bg) argument
53 __m_trace("bkgd(%lx)", bg);
56 if ((code = __m_chtype_cc(bg, &cc)) == OK)
63 (wbkgd)(WINDOW *w, chtype bg) argument
69 __m_trace("wbkgd(%p, %lx)", w, bg);
72 if ((code = __m_chtype_cc(bg, &cc)) == OK)
H A Dbkgdset.c47 (bkgdset)(chtype bg) argument
52 __m_trace("bkgdset(%lx)", bg);
55 code = __m_chtype_cc(bg, &stdscr->_bg);
61 (wbkgdset)(WINDOW *w, chtype bg) argument
66 __m_trace("wbkgdset(%p, %lx)", w, bg);
69 code = __m_chtype_cc(bg, &w->_bg);
77 chtype bg; local
83 bg = __m_cc_chtype(&w->_bg);
85 return __m_return_chtype("getbkgd", bg);
H A Dvid_puts.c143 short fg, bg; local
153 } else if (pair_content(pair, &fg, &bg) == OK) {
173 tparm(set_background, (long) bg,
181 set_a_background, (long) bg,
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcolor.c63 grub_uint8_t fg, bg; local
94 if (parse_color_name (&bg, bg_name) == -1)
101 *color = (bg << 4) | fg;
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dconsole.c98 grub_uint8_t fg, bg; local
101 bg = (grub_console_cur_color >> 4) & 7;
104 color_set ((bg << 3) + fg, 0);
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dterminfo.c277 int bg;
295 bg = term->normal_color >> 4;
299 bg = term->highlight_color >> 4;
306 colormap[bg & 7]));
276 int bg; local
/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c1284 int val,bg=0; local
1299 bg = P_BG;
1391 if(bg)

Completed in 27 milliseconds