Lines Matching refs:endpos
2244 if (clnum < 0 || rex.reg_mmatch->endpos[no].lnum < 0) in vim_regsub_both()
2249 if (rex.reg_mmatch->endpos[no].lnum == clnum) in vim_regsub_both()
2250 len = rex.reg_mmatch->endpos[no].col in vim_regsub_both()
2272 if (rex.reg_mmatch->endpos[no].lnum == clnum) in vim_regsub_both()
2278 if (rex.reg_mmatch->endpos[no].lnum == clnum) in vim_regsub_both()
2279 len = rex.reg_mmatch->endpos[no].col; in vim_regsub_both()
2411 if (lnum < 0 || rsm.sm_mmatch->endpos[no].lnum < 0) in reg_submatch()
2418 if (rsm.sm_mmatch->endpos[no].lnum == lnum) in reg_submatch()
2421 len = rsm.sm_mmatch->endpos[no].col in reg_submatch()
2439 while (lnum < rsm.sm_mmatch->endpos[no].lnum) in reg_submatch()
2451 rsm.sm_mmatch->endpos[no].col); in reg_submatch()
2452 len += rsm.sm_mmatch->endpos[no].col; in reg_submatch()
2503 elnum = rsm.sm_mmatch->endpos[no].lnum; in reg_submatch_list()
2508 ecol = rsm.sm_mmatch->endpos[no].col; in reg_submatch_list()