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 - 3
of
3
) 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]);
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]);
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 31 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025