OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colorInfo
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/colorbars/
colorbars.c
40
static struct
colorInfo
{
43
}
colorInfo
[] = {
53
size_t lengths[__arraycount(
colorInfo
)];
55
static const size_t numcolors = __arraycount(
colorInfo
);
83
lengths[i] = strlen(
colorInfo
[i].name);
86
init_pair(i, COLOR_WHITE,
colorInfo
[i].color);
109
colorInfo
[i].name[line]);
Completed in 11 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025