Home
last modified time | relevance | path

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

/freebsd/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h132 #define EFI_TEXT_ATTR(Foreground,Background) ((Foreground) | ((Background) << 4)) argument
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c391 static bool Foreground = false; /* Run in foreground, instead of daemonizing */ variable
661 Foreground = true; in main()
811 if (!Foreground && !Debug) in main()
/freebsd/contrib/ncurses/
H A DINSTALL2238 Foreground/background colors are combined incorrectly, working properly