Lines Matching refs:sm_mmatch
1815 regmmatch_T *sm_mmatch; member
2023 rsm.sm_mmatch = rex.reg_mmatch; in vim_regsub_both()
2410 lnum = rsm.sm_mmatch->startpos[no].lnum; in reg_submatch()
2411 if (lnum < 0 || rsm.sm_mmatch->endpos[no].lnum < 0) in reg_submatch()
2417 s += rsm.sm_mmatch->startpos[no].col; 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()
2422 - rsm.sm_mmatch->startpos[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()
2502 slnum = rsm.sm_mmatch->startpos[no].lnum; in reg_submatch_list()
2503 elnum = rsm.sm_mmatch->endpos[no].lnum; in reg_submatch_list()
2507 scol = rsm.sm_mmatch->startpos[no].col; in reg_submatch_list()
2508 ecol = rsm.sm_mmatch->endpos[no].col; in reg_submatch_list()