Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c58 public POSITION osc8_match_start = NULL_POSITION; variable
1411 if (osc8_linepos == linepos && osc8_match_start == spos + ptr_diff(op1.osc8_start, line)) in osc8_search_line1()
1415 osc8_match_start = spos + ptr_diff(op1.osc8_start, line); in osc8_search_line1()
1454 sline_len = (size_t) (osc8_match_start - linepos); in osc8_search_line()
1473 size_t start_off = (size_t)(osc8_match_start - osc8_linepos); in osc8_shift_visible()
1875 op->osc8_start = &line[osc8_match_start - osc8_linepos]; in osc8_read_selected()