Home
last modified time | relevance | path

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

/dflybsd-src/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
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 Doutput.c112 t_color bg; member
183 int fg, bg, tmp; /* Windows colors */ in set_win_colors() local
H A Doptfunc.c557 int fg, bg; in colordesc() local
/dflybsd-src/sys/dev/misc/syscons/
H A Dsckmsrndr.c137 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 Dscvgarndr.c595 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 Dscterm-sc.c50 u_short bg; /* background color */ member
/dflybsd-src/usr.sbin/installer/dfuife_curses/
H A Dcurses_util.c76 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 Dlib_dft_fgbg.c98 assume_default_colors(int fg, int bg) in assume_default_colors()
H A Dlib_set_term.c446 int fg, bg; in NCURSES_SP_NAME() local
H A Dlib_color.c185 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 Dnew_pair.c144 _nc_find_color_pair(SCREEN *sp, int fg, int bg) in _nc_find_color_pair()
/dflybsd-src/usr.bin/locate/code/
H A Dlocate.code.c250 bgindex(bg) /* Return location of bg in bigrams or -1. */ in bgindex() argument
/dflybsd-src/contrib/tcsh-6/
H A Dtw.color.c253 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 Dnew_pair.h87 int bg; member
/dflybsd-src/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c152 NCURSES_COLOR_T fg, bg; in _traceattr2() local
/dflybsd-src/tools/tools/net80211/wlanwds/
H A Dwlanwds.c109 int s, c, logmask, bg = 1; in main() local
/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_combios.c861 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 Dradeon_atombios.c1768 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 Dutil.c569 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 Ddialog.h483 int bg; /* background color-number */ member
/dflybsd-src/contrib/ncurses/ncurses/tty/
H A Dtty_update.c540 NCURSES_COLOR_T fg, bg; in can_clear_with() local
/dflybsd-src/stand/lib/
H A Dext2fs.c142 #define ino_to_db(fs, bg, ino) \ argument
/dflybsd-src/usr.sbin/ppp/
H A Dcommand.c595 ShellCommand(struct cmdargs const *arg, int bg) in ShellCommand()
/dflybsd-src/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_g.c184 int8_t bg; in bwn_phy_g_attach() local