Lines Matching full:best_regstart
2232 static const char **best_regstart, **best_regend;
2251 RETALLOC_IF (best_regstart, num_regs, const char *);
5349 FREE_VAR (best_regstart); \
5370 FREE_VAR (best_regstart); \
5673 const CHAR_T **best_regstart, **best_regend;
5716 best_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5723 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5733 regstart = regend = old_regstart = old_regend = best_regstart
5962 best_regstart[mcnt] = regstart[mcnt];
5988 regstart[mcnt] = best_regstart[mcnt];