Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp.c1815 regmmatch_T *sm_mmatch; member
2023 rsm.sm_mmatch = rex.reg_mmatch; in vim_regsub_both()
2417 s += rsm.sm_mmatch->startpos[no].col; in reg_submatch()
2421 len = rsm.sm_mmatch->endpos[no].col in reg_submatch()
2422 - rsm.sm_mmatch->startpos[no].col; 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()
[all …]