Home
last modified time | relevance | path

Searched refs:COLOR_INDIGO (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.5/user/apps/about/
Dabout.c27 put_string(" Official Website: https://DragonOS.org\n", COLOR_INDIGO, COLOR_BLACK); in print_copyright()
/DragonOS-0.1.5/user/libs/libc/src/include/export/
Dstdio.h18 #define COLOR_INDIGO 0x0000ffff //靛 macro
/DragonOS-0.1.5/docs/userland/libc/apis/api-list/
Dstdio.md41 ``#define COLOR_INDIGO 0x0000ffff //靛``
/DragonOS-0.1.5/kernel/src/libs/
Dprintk.rs23 pub const COLOR_INDIGO: u32 = 0x0000ffff; constant
/DragonOS-0.1.5/user/apps/shell/
Dcmd.c264 color = COLOR_INDIGO; in shell_cmd_ls()