Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c326 } regbehind_T; typedef
3174 save_subexpr(regbehind_T *bp) in save_subexpr()
3203 restore_subexpr(regbehind_T *bp) in restore_subexpr()
4267 regstack.ga_len += sizeof(regbehind_T); in regmatch()
4275 save_subexpr(((regbehind_T *)rp) - 1); in regmatch()
4465 regstack.ga_len -= sizeof(regbehind_T); in regmatch()
4509 restore_subexpr(((regbehind_T *)rp) - 1); in regmatch()
4512 regstack.ga_len -= sizeof(regbehind_T); in regmatch()
4583 restore_subexpr(((regbehind_T *)rp) - 1); in regmatch()
4604 restore_subexpr(((regbehind_T *)rp) - 1); in regmatch()
[all …]