/freebsd/contrib/bsddialog/lib/ |
H A D | theme.c | 34 #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 D | lib_dft_fgbg.c | 100 assume_default_colors(int fg, int bg) in assume_default_colors()
|
H A D | lib_set_term.c | 488 int fg, bg; in NCURSES_SP_NAME() local
|
H A D | new_pair.c | 144 _nc_find_color_pair(SCREEN *sp, int fg, int bg) in _nc_find_color_pair()
|
H A D | lib_color.c | 182 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 D | screen.c | 120 #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 D | output.c | 120 t_color bg; member 191 int fg, bg, tmp; /* Windows colors */ in set_win_colors() local
|
/freebsd/contrib/bsddialog/utility/ |
H A D | util_theme.c | 161 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 D | vt_fb.c | 282 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 D | vt_vga.c | 438 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 D | teken_subr_compat.h | 87 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 D | ofwfb.c | 134 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 D | gnome-ssh-askpass2.c | 158 GdkColor fg, bg; in passphrase_dialog() local
|
H A D | gnome-ssh-askpass3.c | 142 GdkColor fg, bg; in passphrase_dialog() local
|
/freebsd/contrib/tcsh/ |
H A D | tw.color.c | 252 makecolor(char **c, int fg, int bg, Str *v) in makecolor() 300 int fg, bg; in parseLSCOLORS() local
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_syscons.c | 811 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 D | new_pair.h | 95 int bg; member
|
/freebsd/sys/ofed/include/rdma/ |
H A D | signature.h | 58 u16 bg; member
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_traceatr.c | 152 NCURSES_COLOR_T fg, bg; in _traceattr2() local
|
/freebsd/sys/kern/ |
H A D | subr_terminal.c | 166 int fg, bg; in terminal_init() local 446 int fg, bg; in termtty_ioctl() local
|
/freebsd/tools/tools/net80211/wlanwds/ |
H A D | wlanwds.c | 112 int s, c, logmask, bg = 1; in main() local
|
/freebsd/sys/dev/syscons/ |
H A D | scterm-sc.c | 51 u_short bg; /* background color */ member
|
/freebsd/usr.sbin/jail/ |
H A D | command.c | 299 int argc, bg, clean, consfd, down, fib, i, injail, sjuser, timeout; in run_command() local
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | tinfo_driver.c | 318 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 D | vt_core.c | 1239 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
|