Lines Matching refs:endpos
1764 lpos_T endpos; // was: char_u *endp; in syn_current_attr() local
2038 endpos.lnum = regmatch.endpos[0].lnum; in syn_current_attr()
2039 endpos.col = regmatch.endpos[0].col; in syn_current_attr()
2075 startpos = endpos; in syn_current_attr()
2076 find_endpos(idx, &startpos, &endpos, &hl_endpos, in syn_current_attr()
2078 if (endpos.lnum == 0) in syn_current_attr()
2091 syn_add_end_off(&endpos, ®match, spp, in syn_current_attr()
2093 if (endpos.lnum == current_lnum in syn_current_attr()
2094 && (int)endpos.col + syncing < startcol) in syn_current_attr()
2101 == regmatch.endpos[0].col) in syn_current_attr()
2115 limit_pos_zero(&hl_endpos, &endpos); in syn_current_attr()
2119 next_match_m_endpos = endpos; in syn_current_attr()
2689 lpos_T endpos; in update_si_end() local
2711 find_endpos(sip->si_idx, &startpos, &endpos, &hl_endpos, in update_si_end()
2714 if (endpos.lnum == 0) in update_si_end()
2735 sip->si_m_endpos = endpos; in update_si_end()
2888 best_regmatch.endpos[0] = regmatch.endpos[0]; in find_endpos()
2935 else if (pos.col <= regmatch.endpos[0].col) in find_endpos()
2939 for (matchcol = regmatch.endpos[0].col; in find_endpos()
2978 hl_endpos->lnum = best_regmatch.endpos[0].lnum; in find_endpos()
2979 hl_endpos->col = best_regmatch.endpos[0].col; in find_endpos()
3071 result->lnum = regmatch->endpos[0].lnum; in syn_add_end_off()
3072 col = regmatch->endpos[0].col; in syn_add_end_off()
3117 result->lnum = regmatch->endpos[0].lnum; in syn_add_start_off()
3118 col = regmatch->endpos[0].col; in syn_add_start_off()
3221 rmp->endpos[0].lnum += lnum; in syn_regexec()