Searched refs:BACKPOS_INITIAL (Results 1 – 1 of 1) sorted by relevance
389 #define BACKPOS_INITIAL 64 macro4840 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()