Home
last modified time | relevance | path

Searched refs:AT_COLOR_SUBSEARCH (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Dline.c131 { AT_COLOR_SUBSEARCH(1), "ky" },
132 { AT_COLOR_SUBSEARCH(2), "wb" },
133 { AT_COLOR_SUBSEARCH(3), "YM" },
134 { AT_COLOR_SUBSEARCH(4), "Yr" },
135 { AT_COLOR_SUBSEARCH(5), "Wc" },
H A Dless.h450 #define AT_COLOR_SUBSEARCH(i) ((10+(i)) << AT_COLOR_SHIFT)
443 #define AT_COLOR_SUBSEARCH( global() macro
H A Doptfunc.c601 return AT_COLOR_SUBSEARCH(namechar-'0');
H A Dsearch.c1050 AT_HILITE | AT_COLOR_SUBSEARCH(i), chpos); in search_pos()