Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/less/dist/
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()
Dless.h430 #define AT_HILITE (1 << 6) /* Internal highlights (e.g., for search) */ macro
Dline.c345 line_mark_attr = AT_HILITE|AT_COLOR_MARK; in plinestart()
348 line_mark_attr = AT_HILITE|AT_COLOR_ATTN; in plinestart()
Dscreen.c2759 if (attr & AT_HILITE) in apply_at_specials()
2761 attr &= ~(AT_BINARY|AT_HILITE); in apply_at_specials()