Lines Matching refs:hl_startpos
88 POSITION hl_startpos; member
474 if (pos < n->r.hl_startpos) in hlist_find()
519 if (epos != NULL_POSITION && epos <= n->r.hl_startpos) in hilited_range_attr()
563 return (n != NULL && pos >= n->r.hl_startpos); in is_filtered()
782 if (hl->hl_startpos >= hl->hl_endpos) in add_hilite()
804 if (hl->hl_startpos < p->r.hl_startpos) in add_hilite()
806 if (hl->hl_endpos > p->r.hl_startpos && hl->hl_attr == p->r.hl_attr) in add_hilite()
807 hl->hl_endpos = p->r.hl_startpos; in add_hilite()
815 if (hl->hl_startpos < p->r.hl_endpos && hl->hl_attr == p->r.hl_attr) { in add_hilite()
816 hl->hl_startpos = p->r.hl_endpos; in add_hilite()
817 if (hl->hl_startpos >= hl->hl_endpos) in add_hilite()
833 if (hl->hl_startpos < p->r.hl_startpos) { in add_hilite()
836 if (hl->hl_endpos == p->r.hl_startpos) in add_hilite()
838 p->r.hl_startpos = hl->hl_startpos; in add_hilite()
841 if (p->prev != NULL && p->prev->r.hl_endpos == hl->hl_startpos) in add_hilite()
858 if (p->r.hl_endpos == hl->hl_startpos) in add_hilite()
863 if (p->next != NULL && hl->hl_endpos == p->next->r.hl_startpos) { in add_hilite()
864 p->next->r.hl_startpos = hl->hl_startpos; in add_hilite()
965 hl.hl_startpos = linepos + chpos[start_index]; in create_hilites()
985 hl.hl_startpos = linepos + chpos[i]; in create_hilites()
1190 hl.hl_startpos = linepos; in matches_filters()