Searched refs:reg_match (Results 1 – 3 of 3) sorted by relevance
1117 regmatch_T *reg_match; member1207 #define REG_MULTI (rex.reg_match == NULL)1352 prog = REG_MULTI ? rex.reg_mmatch->regprog : rex.reg_match->regprog; in prog_magic_wrong()1908 rex.reg_match = rmp; in vim_regsub()1941 rex.reg_match = NULL; in vim_regsub_multi()2022 rsm.sm_match = rex.reg_match; in vim_regsub_both()2258 s = rex.reg_match->startp[no]; in vim_regsub_both()2259 if (rex.reg_match->endp[no] == NULL) in vim_regsub_both()2262 len = (int)(rex.reg_match->endp[no] - s); in vim_regsub_both()2568 rex.reg_match = NULL; in init_regexec_multi()
4854 prog = (bt_regprog_T *)rex.reg_match->regprog; in bt_regexec_both()4855 rex.reg_startp = rex.reg_match->startp; in bt_regexec_both()4856 rex.reg_endp = rex.reg_match->endp; in bt_regexec_both()5033 if (rex.reg_match->endp[0] < rex.reg_match->startp[0]) in bt_regexec_both()5034 rex.reg_match->endp[0] = rex.reg_match->startp[0]; in bt_regexec_both()5056 rex.reg_match = rmp; in bt_regexec_nl()
7361 prog = (nfa_regprog_T *)rex.reg_match->regprog; in nfa_regexec_both()7362 rex.reg_startp = rex.reg_match->startp; in nfa_regexec_both()7363 rex.reg_endp = rex.reg_match->endp; in nfa_regexec_both()7462 if (rex.reg_match->endp[0] < rex.reg_match->startp[0]) in nfa_regexec_both()7463 rex.reg_match->endp[0] = rex.reg_match->startp[0]; in nfa_regexec_both()7611 rex.reg_match = rmp; in nfa_regexec_nl()