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.c57 public POSITION osc8_match_start = NULL_POSITION; variable
1404 if (osc8_linepos == linepos && osc8_match_start == spos + ptr_diff(op1.osc8_start, line)) in osc8_search_line1()
1408 osc8_match_start = spos + ptr_diff(op1.osc8_start, line); in osc8_search_line1()
1447 sline_len = (size_t) (osc8_match_start - linepos); in osc8_search_line()
1466 size_t start_off = (size_t)(osc8_match_start - osc8_linepos); in osc8_shift_visible()
1868 op->osc8_start = &line[osc8_match_start - osc8_linepos]; in osc8_read_selected()