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