OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_COLOR_REGISTERS
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
graphics.h
50
#define
MAX_COLOR_REGISTERS
0x400 /* 1024U */
51
#define COLOR_HOLE 0x404 /* bytable above
MAX_COLOR_REGISTERS
*/
69
Boolean color_registers_used[
MAX_COLOR_REGISTERS
];
graphics.c
177
return TypeCallocN(ColorRegister,
MAX_COLOR_REGISTERS
);
268
assert(color <=
MAX_COLOR_REGISTERS
);
286
if (color <
MAX_COLOR_REGISTERS
)
297
assert(color <=
MAX_COLOR_REGISTERS
);
319
if (color <
MAX_COLOR_REGISTERS
)
386
assert(color <=
MAX_COLOR_REGISTERS
); \
403
assert(color <
MAX_COLOR_REGISTERS
);
429
assert(color <
MAX_COLOR_REGISTERS
);
451
assert(color <
MAX_COLOR_REGISTERS
);
480
closest_index =
MAX_COLOR_REGISTERS
;
[
all
...]
charproc.c
4966
(unsigned) GetParam(2) <=
MAX_COLOR_REGISTERS
) {
4974
result =
MAX_COLOR_REGISTERS
;
Completed in 12 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026