Lines Matching refs:osc8_linepos

56 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()
1753 pos = forw_raw_line(osc8_linepos, &line, &line_len); in osc8_search()
1756 …if (osc8_search_line(search_type, osc8_linepos, line, line_len, param, NULL_POSITION, &matches) !=… in osc8_search()
1772 pos = osc8_linepos; in osc8_search()
1865 pos = forw_raw_line(osc8_linepos, &line, &line_len); in osc8_read_selected()
1868 op->osc8_start = &line[osc8_match_start - osc8_linepos]; in osc8_read_selected()
1869 op->osc8_end = &line[osc8_match_end - osc8_linepos]; in osc8_read_selected()
1870 op->params_start = &line[osc8_params_start - osc8_linepos]; in osc8_read_selected()
1871 op->params_end = &line[osc8_params_end - osc8_linepos]; in osc8_read_selected()
1872 op->uri_start = &line[osc8_uri_start - osc8_linepos]; in osc8_read_selected()
1873 op->uri_end = &line[osc8_uri_end - osc8_linepos]; in osc8_read_selected()
1891 if (osc8_linepos == NULL_POSITION) in osc8_open()
1968 if (osc8_linepos == NULL_POSITION) in osc8_jump()
1973 jump_loc(osc8_linepos, jump_sline); in osc8_jump()