Home
last modified time | relevance | path

Searched refs:hl_attr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Dsearch.c91 int hl_attr; member
527 return n->r.hl_attr; in hilited_range_attr()
812 if (hl->hl_endpos > p->r.hl_startpos && hl->hl_attr == p->r.hl_attr) in add_hilite()
821 if (hl->hl_startpos < p->r.hl_endpos && hl->hl_attr == p->r.hl_attr) { in add_hilite()
840 if (hl->hl_attr == p->r.hl_attr) in add_hilite()
862 if (hl->hl_attr == p->r.hl_attr) in add_hilite()
972 hl.hl_attr = attr; in create_hilites()
1198 hl.hl_attr = 0; in matches_filters()
H A Dline.c861 int hl_attr = 0; in store_char() local
865 hl_attr = is_hilited_attr(pos, pos+1, 0, &matches); in store_char()
866 if (hl_attr == 0 && status_line) in store_char()
867 hl_attr = line_mark_attr; in store_char()
869 if (hl_attr) in store_char()
875 a |= hl_attr; in store_char()