Home
last modified time | relevance | path

Searched defs:bg (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/bsddialog/lib/
H A Dtheme.c34 #define GET_COLOR(bg, fg) (COLOR_PAIR(bg * 8 + fg +1)) argument
265 short fg, bg; in bsddialog_color_attrs() local
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_dft_fgbg.c100 assume_default_colors(int fg, int bg) in assume_default_colors()
H A Dlib_set_term.c488 int fg, bg; in NCURSES_SP_NAME() local
H A Dnew_pair.c144 _nc_find_color_pair(SCREEN *sp, int fg, int bg) in _nc_find_color_pair()
H A Dlib_color.c182 set_background_color(NCURSES_SP_DCLx int bg, NCURSES_SP_OUTC outc) in set_background_color()
938 int bg; in _nc_pair_content() local
/freebsd/contrib/less/
H A Dscreen.c120 #define SET_BG_COLOR(bg) _setbkcolor(bg) argument
121 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); } argument
133 #define SET_BG_COLOR(bg) textbackground(bg) argument
134 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); } argument
158 #define MAKEATTR(fg,bg) ((WORD)((fg)|((bg)<<4))) argument
162 #define SET_BG_COLOR(bg) { curr_attr &= ~0xf0; curr_attr |= ((bg)<<4); APPLY_COLORS(); } argument
163 #define SETCOLORS(fg,bg) { curr_attr = MAKEATTR(fg,bg); APPLY_COLORS(); } argument
2541 int bg = CV_ERROR; in parse_color() local
2657 int bg; in tput_color() local
2738 int bg; in win_set_color() local
[all …]
H A Doutput.c120 t_color bg; member
191 int fg, bg, tmp; /* Windows colors */ in set_win_colors() local
/freebsd/contrib/bsddialog/utility/
H A Dutil_theme.c161 enum bsddialog_color bg, fg; in savetheme() local
228 enum bsddialog_color bg, fg; in loadtheme() local
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c282 unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) in vt_fb_bitblt_bitmap()
396 term_color_t fg, bg; in vt_fb_bitblt_text() local
521 int bg, err; in vt_fb_init() local
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c438 term_color_t fg, term_color_t bg, int overwrite) in vga_copy_bitmap_portion()
504 term_color_t fg, term_color_t bg, in vga_bitblt_pixels_block_2colors()
620 term_color_t fg, bg; in vga_bitblt_one_text_pixels_block() local
871 term_color_t fg, bg; in vga_bitblt_text_txtmode() local
964 unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) in vga_bitblt_bitmap()
/freebsd/sys/teken/
H A Dteken_subr_compat.h87 teken_get_defattr_cons25(const teken_t *t, int *fg, int *bg) in teken_get_defattr_cons25()
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c134 ofwfb_bitblt_bitmap(struct vt_device * vd,const struct vt_window * vw,const uint8_t * pattern,const uint8_t * mask,unsigned int width,unsigned int height,unsigned int x,unsigned int y,term_color_t fg,term_color_t bg) ofwfb_bitblt_bitmap() argument
252 term_color_t fg, bg; ofwfb_bitblt_text() local
[all...]
/freebsd/crypto/openssh/contrib/
H A Dgnome-ssh-askpass2.c158 GdkColor fg, bg; in passphrase_dialog() local
H A Dgnome-ssh-askpass3.c142 GdkColor fg, bg; in passphrase_dialog() local
/freebsd/contrib/tcsh/
H A Dtw.color.c252 makecolor(char **c, int fg, int bg, Str *v) in makecolor()
300 int fg, bg; in parseLSCOLORS() local
/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.c811 u_char *p, fg, bg; in ofwfb_putc8() local
866 uint32_t *addr, fg, bg; in ofwfb_putc32() local
933 u_char fg, bg; in ofwfb_putm8() local
968 uint32_t fg, bg; in ofwfb_putm32() local
/freebsd/contrib/ncurses/ncurses/
H A Dnew_pair.h95 int bg; member
/freebsd/sys/ofed/include/rdma/
H A Dsignature.h58 u16 bg; member
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c152 NCURSES_COLOR_T fg, bg; in _traceattr2() local
/freebsd/sys/kern/
H A Dsubr_terminal.c166 int fg, bg; in terminal_init() local
446 int fg, bg; in termtty_ioctl() local
/freebsd/tools/tools/net80211/wlanwds/
H A Dwlanwds.c112 int s, c, logmask, bg = 1; in main() local
/freebsd/sys/dev/syscons/
H A Dscterm-sc.c51 u_short bg; /* background color */ member
/freebsd/usr.sbin/jail/
H A Dcommand.c299 int argc, bg, clean, consfd, down, fib, i, injail, sjuser, timeout; in run_command() local
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c318 drv_defaultcolors(TERMINAL_CONTROL_BLOCK * TCB, int fg, int bg) in drv_defaultcolors()
832 int bg = COLOR_DEFAULT; in drv_do_color() local
/freebsd/sys/dev/vt/
H A Dvt_core.c1239 term_color_t *fg, term_color_t *bg) in vt_determine_colors()
1366 term_color_t fg, bg; in vt_flush_to_buffer() local
1407 term_color_t fg, bg; in vt_bitblt_buffer() local

12