Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c388 #define REGSTACK_INITIAL 2048 macro
4833 ga_init2(&regstack, 1, REGSTACK_INITIAL); in bt_regexec_both()
4834 (void)ga_grow(&regstack, REGSTACK_INITIAL); in bt_regexec_both()
4835 regstack.ga_growsize = REGSTACK_INITIAL * 8; in bt_regexec_both()
5013 if (regstack.ga_maxlen > REGSTACK_INITIAL) in bt_regexec_both()