Home
last modified time | relevance | path

Searched refs:is_fg (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-shells/zsh/zsh/
H A DCVE-2021-45444_1.patch35 @@ -244,6 +244,12 @@ parsecolorchar(zattr arg, int is_fg)
48 @@ -252,6 +258,10 @@ parsecolorchar(zattr arg, int is_fg)
49 arg = match_colour((const char **)&coll, is_fg, 0);
57 arg = match_colour((const char **)&bv->fm, is_fg, 0);
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon.h122 struct fb_info *info, int is_fg) in attr_col_ec() argument
133 return is_fg ? attr_fgcol(shift,vc->vc_video_erase_char) in attr_col_ec()
151 return is_fg ? fg : bg; in attr_col_ec()
H A Dfbcon.c300 u16 c, int is_fg) in get_color() argument
312 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c) in get_color()
326 color = (is_fg) ? fg : bg; in get_color()