Home | History | Annotate | Download | only in lib

Lines Matching defs:best_regend

2304 static const char **best_regstart, **best_regend;
2325 RETALLOC_IF (best_regend, num_regs, const char *);
5462 FREE_VAR (best_regend); \
5483 FREE_VAR (best_regend); \
5801 const CHAR_T **best_regstart, **best_regend;
5804 /* Logically, this is `best_regend[0]'. But we don't want to have to
5808 treat `best_regend' differently than the rest. So we keep track of
5927 best_regend = REGEX_TALLOC (num_regs, const CHAR_T *);
5933 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5944 = best_regend = reg_dummy = NULL;
6178 best_regend[mcnt] = regend[mcnt];
6204 regend[mcnt] = best_regend[mcnt];