Home
last modified time | relevance | path

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

/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()
284 int line_width, uint32_t fg) in fill_rect32()
297 int line_width, uint32_t fg) in fill_rect24()
339 uint32_t fg; in kms_draw_border() local
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
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.c49 u_short fg; /* foreground color */ member
/dflybsd-src/sys/platform/pc64/x86_64/
H A Dmp_flame.c70 struct flame_graph_pcpu *fg; in hard_sniff_init() local
104 struct flame_graph_pcpu *fg; in hard_sniff() local
/dflybsd-src/sys/dev/sound/pci/hda/
H A Dhdacc.c475 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_child_location_str() local
485 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_child_pnpinfo_str_method() local
495 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_print_child() local
509 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_probe_nomatch() local
534 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_read_ivar() local
/dflybsd-src/contrib/less/
H A Dscreen.c119 #define SET_FG_COLOR(fg) _settextcolor(fg) argument
121 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); } argument
132 #define SET_FG_COLOR(fg) textcolor(fg) 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
161 #define SET_FG_COLOR(fg) { curr_attr &= ~0x0f; curr_attr |= (fg); APPLY_COLORS(); } argument
163 #define SETCOLORS(fg,bg) { curr_attr = MAKEATTR(fg,bg); APPLY_COLORS(); } argument
2498 int fg; in parse_color() local
2614 int fg; in tput_color() local
2695 int fg; in win_set_color() local
[all …]
H A Doutput.c111 t_color fg; 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/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.c205 set_foreground_color(NCURSES_SP_DCLx int fg, NCURSES_SP_OUTC outc) in set_foreground_color()
936 int fg; 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/flame_graph/
H A Dcollect.c85 struct flame_graph_pcpu *fg; in flame_collect() local
/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.h86 int fg; member
/dflybsd-src/usr.bin/window/
H A Dwin.c231 addwin(struct ww *w, char fg) in addwin()
/dflybsd-src/usr.sbin/rrenumd/
H A Drrenumd.c73 u_long fg : 1; member
/dflybsd-src/usr.sbin/ppp/
H A Dmain.c203 unsigned fg : 1; member
/dflybsd-src/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c152 NCURSES_COLOR_T fg, bg; in _traceattr2() 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.h482 int fg; /* foreground color-number */ member
/dflybsd-src/crypto/openssh/
H A Dsntrup761.c503 small fg[p+p-1]; in R3_mult() local
577 Fq fg[p+p-1]; in Rq_mult_small() local
/dflybsd-src/contrib/ncurses/ncurses/tty/
H A Dtty_update.c540 NCURSES_COLOR_T fg, bg; in can_clear_with() local