OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AT_COLOR
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/less/dist/
line.c
1271
if ((linebuf.attr[i] &
AT_COLOR
) == 0 || (a &
AT_COLOR
) == 0)
1557
if (use_color && (attr &
AT_COLOR
))
1558
return lookup_color_index(attr &
AT_COLOR
);
optfunc.c
627
if (!use_color && (attr &
AT_COLOR
))
634
if (!(attr &
AT_COLOR
))
less.h
434
#define
AT_COLOR
((AT_NUM_COLORS-1) << AT_COLOR_SHIFT)
screen.c
2692
if (use_color && (attr &
AT_COLOR
))
2699
if ((attr &
AT_COLOR
) && use_color)
Completed in 74 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026