Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c2853 best_regmatch.startpos[0].col = 0; // avoid compiler warning in find_endpos()
2884 < best_regmatch.startpos[0].col) in find_endpos()
2887 best_regmatch.startpos[0] = regmatch.startpos[0]; in find_endpos()
2888 best_regmatch.endpos[0] = regmatch.endpos[0]; in find_endpos()
2917 <= best_regmatch.startpos[0].col) in find_endpos()
2957 syn_add_end_off(m_endpos, &best_regmatch, spp, SPO_ME_OFF, 1); in find_endpos()
2962 syn_add_end_off(end_endpos, &best_regmatch, spp, SPO_HE_OFF, 1); 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()
2983 hl_endpos->lnum = best_regmatch.startpos[0].lnum; in find_endpos()
[all …]