Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h132 #define EFI_TEXT_ATTR(Foreground,Background) ((Foreground) | ((Background) << 4)) argument
/freebsd-14.2/usr.sbin/syslogd/
H A Dsyslogd.c374 static int Foreground = 0; /* Run in foreground, instead of daemonizing */ variable
616 Foreground++; in main()
769 if ((!Foreground) && (!Debug)) { in main()
/freebsd-14.2/contrib/ncurses/
H A DINSTALL2238 Foreground/background colors are combined incorrectly, working properly