Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp.c1118 regmmatch_T *reg_mmatch; member
1909 rex.reg_mmatch = NULL; in vim_regsub()
1942 rex.reg_mmatch = rmp; in vim_regsub_multi()
2023 rsm.sm_mmatch = rex.reg_mmatch; in vim_regsub_both()
2243 clnum = rex.reg_mmatch->startpos[no].lnum; 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()
2251 - rex.reg_mmatch->startpos[no].col; in vim_regsub_both()
2272 if (rex.reg_mmatch->endpos[no].lnum == clnum) in vim_regsub_both()
2279 len = rex.reg_mmatch->endpos[no].col; in vim_regsub_both()
[all …]
H A Dregexp_bt.c4847 prog = (bt_regprog_T *)rex.reg_mmatch->regprog; in bt_regexec_both()
4849 rex.reg_startpos = rex.reg_mmatch->startpos; in bt_regexec_both()
4850 rex.reg_endpos = rex.reg_mmatch->endpos; in bt_regexec_both()
5024 lpos_T *start = &rex.reg_mmatch->startpos[0]; in bt_regexec_both()
5025 lpos_T *end = &rex.reg_mmatch->endpos[0]; in bt_regexec_both()
5029 rex.reg_mmatch->endpos[0] = rex.reg_mmatch->startpos[0]; in bt_regexec_both()
5057 rex.reg_mmatch = NULL; in bt_regexec_nl()
H A Dregexp_nfa.c7354 prog = (nfa_regprog_T *)rex.reg_mmatch->regprog; in nfa_regexec_both()
7356 rex.reg_startpos = rex.reg_mmatch->startpos; in nfa_regexec_both()
7357 rex.reg_endpos = rex.reg_mmatch->endpos; in nfa_regexec_both()
7453 lpos_T *start = &rex.reg_mmatch->startpos[0]; in nfa_regexec_both()
7454 lpos_T *end = &rex.reg_mmatch->endpos[0]; in nfa_regexec_both()
7458 rex.reg_mmatch->endpos[0] = rex.reg_mmatch->startpos[0]; in nfa_regexec_both()
7612 rex.reg_mmatch = NULL; in nfa_regexec_nl()