Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c3261 backpos.ga_len = 0; in regmatch()
3811 bp = (backpos_T *)backpos.ga_data; in regmatch()
3812 for (i = 0; i < backpos.ga_len; ++i) in regmatch()
3815 if (i == backpos.ga_len) in regmatch()
3818 if (ga_grow(&backpos, 1) == FAIL) in regmatch()
3823 bp = (backpos_T *)backpos.ga_data; in regmatch()
3825 ++backpos.ga_len; in regmatch()
4502 &backpos); in regmatch()
4593 &backpos); in regmatch()
4838 if (backpos.ga_data == NULL) in bt_regexec_both()
[all …]
H A Dregexp.c2729 ga_clear(&backpos); in free_regexp_stuff()