Lines Matching refs:best_regmatch
2803 regmmatch_T best_regmatch; // startpos/endpos of best match in find_endpos() local
2853 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()
2984 hl_endpos->col = best_regmatch.startpos[0].col; in find_endpos()