Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c644 return (AT_HILITE|AT_COLOR_ATTN); in is_hilited_attr()
649 return (AT_HILITE|AT_COLOR_SEARCH); in is_hilited_attr()
1030 AT_HILITE | AT_COLOR_SEARCH, chpos); in hilite_line()
1032 AT_HILITE | AT_COLOR_SUBSEARCH(i), chpos); in hilite_line()
1037 AT_HILITE | AT_COLOR_SEARCH, chpos); in hilite_line()
H A Dless.h439 #define AT_HILITE (1 << 6) /* Internal highlights (e.g., for search) */ macro
H A Dline.c406 line_mark_attr = AT_HILITE|AT_COLOR_MARK; in plinestart()
409 line_mark_attr = AT_HILITE|AT_COLOR_ATTN; in plinestart()
H A Dscreen.c3077 if (attr & AT_HILITE) in apply_at_specials()
3079 attr &= ~(AT_BINARY|AT_HILITE); in apply_at_specials()