Home
last modified time | relevance | path

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

/DragonOS-0.1.7/user/libs/libc/src/include/export/
Dstdio.h19 #define COLOR_PURPLE 0x008000ff //紫 macro
/DragonOS-0.1.7/docs/userland/libc/apis/api-list/
Dstdio.md43 ``#define COLOR_PURPLE 0x008000ff //紫``
/DragonOS-0.1.7/kernel/src/libs/
Dprintk.rs25 pub const COLOR_PURPLE: u32 = 0x008000ff; constant