Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c56 public POSITION osc8_linepos = NULL_POSITION; variable
380 osc8_linepos = NULL_POSITION; in undo_osc8()
641 if (osc8_linepos != NULL_POSITION && in is_hilited_attr()
1404 if (osc8_linepos == linepos && osc8_match_start == spos + ptr_diff(op1.osc8_start, line)) in osc8_search_line1()
1407 osc8_linepos = linepos; in osc8_search_line1()
1433 if (linepos == osc8_linepos && clickpos == NULL_POSITION) in osc8_search_line()
1466 size_t start_off = (size_t)(osc8_match_start - osc8_linepos); in osc8_shift_visible()
1467 size_t end_off = (size_t)(osc8_match_end - osc8_linepos); in osc8_shift_visible()
1468 shift_visible(osc8_linepos, start_off, end_off); in osc8_shift_visible()
1748 if (osc8_linepos != NULL_POSITION && (curr_sindex = onscreen(osc8_linepos)) >= 0) in osc8_search()
[all …]