OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_COLORS
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libcurses/
curses_private.h
180
#define
MAX_COLORS
256
239
struct __color colours[
MAX_COLORS
];
color.c
67
if (
max_colors
> 0 && max_pairs > 0 &&
103
if (
max_colors
== -1)
106
COLORS =
max_colors
>
MAX_COLORS
?
MAX_COLORS
:
max_colors
;
Completed in 11 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025