Searched refs:RED (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/private/kernel/boot/platform/generic/
H A Dtext_console.h19 RED, enumerator in enum:console_color
/haiku/src/apps/poorman/
H A Dconstants.cpp135 const rgb_color RED = { 255, 0, 0, 255}; variable
H A Dconstants.h110 extern const rgb_color RED;
H A DPoorManServer.cpp90 poorman_log("no web directory, can't start up.\n", false, NULL, RED);
118 poorman_log("can't create listener thread.\n", false, NULL, RED);
437 poorman_log(log.String(), true, &hc->client_addr, RED);
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderSaver.h18 RED = 1, enumerator in enum:__anon1
H A DSpiderSaver.cpp52 fColor(RED),
298 case RED:
H A DSpiderView.cpp114 message->AddInt32("color", RED);
117 item->SetMarked(color == RED);
/haiku/src/system/boot/platform/bios_ia32/
H A Dinterrupts.cpp134 console_set_color(RED, BLACK);
/haiku/src/apps/bootmanager/
H A Dbootman.S115 %assign RED 4
300 mov bl, RED
678 db BLUE, RED, GREEN, CYAN
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c396 poorman_log("can't create socket.\n", false, NULL, RED);
413 poorman_log("can't bind to socket.\n", false, NULL, RED);
423 poorman_log("can't listen to socket.\n", false, NULL, RED);
2754 poorman_log(logString, true, &hc->client_addr, RED);
3697 poorman_log(logString, true, &hc->client_addr, RED);

Completed in 158 milliseconds