Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c89 POSITION hl_startpos; member
480 if (pos < n->r.hl_startpos) in hlist_find()
525 if (epos != NULL_POSITION && epos <= n->r.hl_startpos) in hilited_range_attr()
569 return (n != NULL && pos >= n->r.hl_startpos); in is_filtered()
788 if (hl->hl_startpos >= hl->hl_endpos) in add_hilite()
810 if (hl->hl_startpos < p->r.hl_startpos) in add_hilite()
812 if (hl->hl_endpos > p->r.hl_startpos && hl->hl_attr == p->r.hl_attr) in add_hilite()
813 hl->hl_endpos = p->r.hl_startpos; in add_hilite()
821 if (hl->hl_startpos < p->r.hl_endpos && hl->hl_attr == p->r.hl_attr) { in add_hilite()
822 hl->hl_startpos = p->r.hl_endpos; in add_hilite()
[all …]