Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c389 #define BACKPOS_INITIAL 64 macro
4840 ga_init2(&backpos, sizeof(backpos_T), BACKPOS_INITIAL); in bt_regexec_both()
4841 (void)ga_grow(&backpos, BACKPOS_INITIAL); in bt_regexec_both()
4842 backpos.ga_growsize = BACKPOS_INITIAL * 8; in bt_regexec_both()
5015 if (backpos.ga_maxlen > BACKPOS_INITIAL) in bt_regexec_both()