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_SAVED_SGR
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
ptyx.h
3459
#define
MAX_SAVED_SGR
10
3470
} stack[
MAX_SAVED_SGR
];
3481
ColorSlot *palettes[
MAX_SAVED_SGR
];
misc.c
8027
if (s->used <
MAX_SAVED_SGR
) {
8103
if (s->used-- <=
MAX_SAVED_SGR
) {
8192
if (slot >= 0 && slot <
MAX_SAVED_SGR
) {
8254
if (actual <
MAX_SAVED_SGR
&& actual >= 0) {
8285
if (actual <
MAX_SAVED_SGR
&& actual >= 0) {
charproc.c
11739
for (n = 0; n <
MAX_SAVED_SGR
; n++) {
Completed in 139 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026