Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c91 POSITION hl_endpos;
432 if (pos < n->r.hl_endpos) in hlist_find()
434 if (n->prev == NULL || pos >= n->prev->r.hl_endpos) in hlist_find()
454 if (pos < n->r.hl_endpos) in hlist_find()
479 if (pos >= n->r.hl_endpos) in hlist_find()
578 pos = n->r.hl_endpos; in is_hilited_attr()
804 if (hl->hl_startpos >= hl->hl_endpos) in add_hilite()
828 if (hl->hl_endpos > p->r.hl_startpos && hl->hl_attr == p->r.hl_attr) in add_hilite()
829 hl->hl_endpos = p->r.hl_startpos; in add_hilite()
837 if (hl->hl_startpos < p->r.hl_endpos in add_hilite()
73 POSITION hl_endpos; global() member
[all...]