Home
last modified time | relevance | path

Searched refs:fgi (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/less/
H A Doutput.c100 static int fg, fgi, bg, bgi; in win_flush() local
125 fgi = nm_fg_color & 8; in win_flush()
156 fgi = nm_fg_color & 8; in win_flush()
216 fgi = 0; in win_flush()
220 fgi = nm_fg_color & 8; in win_flush()
225 fgi = 8; in win_flush()
245 fgi = 0; in win_flush()
296 b = fg | fgi; in win_flush()
299 f = fg | fgi; in win_flush()
/freebsd-14.2/usr.sbin/mfiutil/
H A Dmfi_volume.c487 mfi_display_progress("Foreground Init", &info.progress.fgi); in volume_progress()
H A Dmfi_show.c728 &linfo.progress.fgi); in show_progress()
/freebsd-14.2/sys/dev/mfi/
H A Dmfireg.h1255 struct mfi_progress fgi; member