Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c355 } regstar_T; typedef
4164 regstar_T rst; in regmatch()
4218 else if (ga_grow(&regstack, sizeof(regstar_T)) == FAIL) in regmatch()
4222 regstack.ga_len += sizeof(regstar_T); in regmatch()
4229 *(((regstar_T *)rp) - 1) = rst; in regmatch()
4616 regstar_T *rst = ((regstar_T *)rp) - 1; in regmatch()
4621 regstack.ga_len -= sizeof(regstar_T); in regmatch()
4687 regstack.ga_len -= sizeof(regstar_T); in regmatch()