Searched defs:Foreground (Results 1 – 2 of 2) sorted by relevance
132 #define EFI_TEXT_ATTR(Foreground,Background) ((Foreground) | ((Background) << 4)) argument
293 static bool Foreground = false; /* Run in foreground, instead of daemonizing */ variable