Searched refs:AT_HILITE (Results 1 – 4 of 4) sorted by relevance
644 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()
439 #define AT_HILITE (1 << 6) /* Internal highlights (e.g., for search) */ macro
406 line_mark_attr = AT_HILITE|AT_COLOR_MARK; in plinestart()409 line_mark_attr = AT_HILITE|AT_COLOR_ATTN; in plinestart()
3077 if (attr & AT_HILITE) in apply_at_specials()3079 attr &= ~(AT_BINARY|AT_HILITE); in apply_at_specials()