Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
HDsearch.c2210 POSITION new_epos; in prep_hilite() local
2324 … = search_range(spos, epos, search_type, 0, maxlines, (POSITION*)NULL, &new_epos, (POSITION*)NULL); in prep_hilite()
2327 if (prep_endpos == NULL_POSITION || new_epos > prep_endpos) in prep_hilite()
2328 nprep_endpos = new_epos; in prep_hilite()
2338 if (new_epos >= nprep_endpos && is_filtered(new_epos-1)) in prep_hilite()