/dflybsd-src/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 2499 int bg = CV_ERROR; in parse_color() local 2615 int bg; in tput_color() local 2696 int bg; in win_set_color() local [all …]
|
H A D | output.c | 112 t_color bg; member 183 int fg, bg, tmp; /* Windows colors */ in set_win_colors() local
|
H A D | optfunc.c | 557 int fg, bg; in colordesc() local
|
/dflybsd-src/sys/dev/misc/syscons/ |
H A D | sckmsrndr.c | 137 int line_width, uint32_t fg, uint32_t bg, int how) in blit_blk32() 207 int line_width, uint32_t fg, uint32_t bg, int how) in blit_blk24() 379 uint32_t fg, bg; in kms_draw() local 436 uint32_t fg, bg; in draw_kmscursor() local
|
H A D | scvgarndr.c | 595 uint32_t fg, bg, u32; in vga_vgadraw_direct() local 655 uint32_t fg, bg, u32; in vga_vgadraw_packed() local 711 u_short bg; in vga_vgadraw_planar() local 782 uint32_t fg, bg, u32; in draw_pxlcursor_direct() local 835 uint32_t fg, bg, u32; in draw_pxlcursor_packed() local
|
H A D | scterm-sc.c | 50 u_short bg; /* background color */ member
|
/dflybsd-src/usr.sbin/installer/dfuife_curses/ |
H A D | curses_util.c | 76 curses_colors_find(int fg, int bg) in curses_colors_find() 105 curses_colors_cfg(int role, int fg, int bg, int bold) in curses_colors_cfg()
|
/dflybsd-src/contrib/ncurses/ncurses/base/ |
H A D | lib_dft_fgbg.c | 98 assume_default_colors(int fg, int bg) in assume_default_colors()
|
H A D | lib_set_term.c | 446 int fg, bg; in NCURSES_SP_NAME() local
|
H A D | lib_color.c | 185 set_background_color(NCURSES_SP_DCLx int bg, NCURSES_SP_OUTC outc) in set_background_color() 937 int bg; in _nc_pair_content() local
|
H A D | new_pair.c | 144 _nc_find_color_pair(SCREEN *sp, int fg, int bg) in _nc_find_color_pair()
|
/dflybsd-src/usr.bin/locate/code/ |
H A D | locate.code.c | 250 bgindex(bg) /* Return location of bg in bigrams or -1. */ in bgindex() argument
|
/dflybsd-src/contrib/tcsh-6/ |
H A D | tw.color.c | 253 makecolor(char **c, int fg, int bg, Str *v) in makecolor() 301 int fg, bg; in parseLSCOLORS() local
|
/dflybsd-src/contrib/ncurses/ncurses/ |
H A D | new_pair.h | 87 int bg; member
|
/dflybsd-src/contrib/ncurses/ncurses/trace/ |
H A D | lib_traceatr.c | 152 NCURSES_COLOR_T fg, bg; in _traceattr2() local
|
/dflybsd-src/tools/tools/net80211/wlanwds/ |
H A D | wlanwds.c | 109 int s, c, logmask, bg = 1; in main() local
|
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | radeon_combios.c | 861 uint8_t rev, bg, dac; in radeon_combios_get_primary_dac_info() local 1012 uint8_t rev, bg, dac; in radeon_combios_get_tv_dac_info() local
|
H A D | radeon_atombios.c | 1768 uint8_t bg, dac; in radeon_atombios_get_primary_dac_info() local 1954 uint8_t bg, dac; in radeon_atombios_get_tv_dac_info() local
|
/dflybsd-src/contrib/dialog/ |
H A D | util.c | 569 short fg, bg; in dlg_color_pair() local 597 short fg, bg, background; in define_color() local 842 short fg, bg; in dlg_print_text() local
|
H A D | dialog.h | 483 int bg; /* background color-number */ member
|
/dflybsd-src/contrib/ncurses/ncurses/tty/ |
H A D | tty_update.c | 540 NCURSES_COLOR_T fg, bg; in can_clear_with() local
|
/dflybsd-src/stand/lib/ |
H A D | ext2fs.c | 142 #define ino_to_db(fs, bg, ino) \ argument
|
/dflybsd-src/usr.sbin/ppp/ |
H A D | command.c | 595 ShellCommand(struct cmdargs const *arg, int bg) in ShellCommand()
|
/dflybsd-src/sys/dev/netif/bwn/bwn/ |
H A D | if_bwn_phy_g.c | 184 int8_t bg; in bwn_phy_g_attach() local
|