Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/less/dist/
Dsearch.c74 POSITION hl_startpos; member
450 if (pos < n->r.hl_startpos) in hlist_find()
495 if (epos != NULL_POSITION && epos <= n->r.hl_startpos) in hilited_range_attr()
511 return (n != NULL && pos >= n->r.hl_startpos); in is_filtered()
526 while (n != NULL && pos >= n->r.hl_startpos) in next_unfiltered()
546 while (n != NULL && pos >= n->r.hl_startpos) in prev_unfiltered()
548 pos = n->r.hl_startpos; in prev_unfiltered()
714 if (hl->hl_startpos >= hl->hl_endpos) in add_hilite()
736 if (hl->hl_startpos < p->r.hl_startpos) in add_hilite()
738 if (hl->hl_endpos > p->r.hl_startpos && hl->hl_attr == p->r.hl_attr) in add_hilite()
[all …]