Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp.c1814 regmatch_T *sm_match; member
1849 s = rsm.sm_match->startp[i]; in fill_submatch_list()
1850 if (s == NULL || rsm.sm_match->endp[i] == NULL) in fill_submatch_list()
2022 rsm.sm_match = rex.reg_match; in vim_regsub_both()
2402 if (rsm.sm_match == NULL) in reg_submatch()
2468 s = rsm.sm_match->startp[no]; in reg_submatch()
2469 if (s == NULL || rsm.sm_match->endp[no] == NULL) in reg_submatch()
2500 if (rsm.sm_match == NULL) in reg_submatch_list()
2537 s = rsm.sm_match->startp[no]; in reg_submatch_list()
2538 if (s == NULL || rsm.sm_match->endp[no] == NULL) in reg_submatch_list()
[all …]