Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dsearch.c576 return (AT_HILITE|AT_COLOR_ATTN); in is_hilited_attr()
958 AT_HILITE | AT_COLOR_SEARCH, chpos); in hilite_line()
960 AT_HILITE | AT_COLOR_SUBSEARCH(i), chpos); in hilite_line()
965 AT_HILITE | AT_COLOR_SEARCH, chpos); in hilite_line()
H A Dless.h430 #define AT_HILITE (1 << 6) /* Internal highlights (e.g., for search) */ macro
H A Dline.c345 line_mark_attr = AT_HILITE|AT_COLOR_MARK; in plinestart()
348 line_mark_attr = AT_HILITE|AT_COLOR_ATTN; in plinestart()
H A Dscreen.c2759 if (attr & AT_HILITE) in apply_at_specials()
2761 attr &= ~(AT_BINARY|AT_HILITE); in apply_at_specials()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt2776 if (attr & AT_HILITE)
2778 attr &= ~(AT_BINARY|AT_HILITE);