Lines Matching refs:osc8_start
1230 constant char *osc8_start; member
1247 …pop->osc8_start = pop->osc8_end = pop->uri_start = pop->uri_end = pop->params_start = pop->params_… in osc8_parse()
1254 pop->osc8_start = oline; /* start at the ESC */ in osc8_parse()
1310 return clickpos >= linepos + ptr_diff(op1->osc8_start, line) && in osc8_param_match()
1378 op2.osc8_end = op2.osc8_start = line_end; in osc8_search_line1()
1379 if ((op2.osc8_start > op1.osc8_end || param != NULL) && in osc8_search_line1()
1386 op2.osc8_end = op2.osc8_start = line_end; in osc8_search_line1()
1393 if (((!osc8_empty_uri(&op1) && op2.osc8_start > op1.osc8_end) || param != NULL) && in osc8_search_line1()
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()
1409 osc8_match_end = spos + ptr_diff(op2.osc8_start, line); in osc8_search_line1()
1415 osc8_text_end = spos + ptr_diff(op2.osc8_start, line); in osc8_search_line1()
1868 op->osc8_start = &line[osc8_match_start - osc8_linepos]; in osc8_read_selected()