best_regstart    1824 libglibc/regex.c static const char **best_regstart, **best_regend;
best_regstart    1842 libglibc/regex.c       RETALLOC_IF (best_regstart, num_regs, const char *);
best_regstart    3768 libglibc/regex.c     FREE_VAR (best_regstart);						\
best_regstart    3965 libglibc/regex.c   const char **best_regstart, **best_regend;
best_regstart    4008 libglibc/regex.c       best_regstart = REGEX_TALLOC (num_regs, const char *);
best_regstart    4015 libglibc/regex.c             && best_regstart && best_regend && reg_dummy && reg_info_dummy))
best_regstart    4025 libglibc/regex.c       regstart = regend = old_regstart = old_regend = best_regstart
best_regstart    4147 libglibc/regex.c                           best_regstart[mcnt] = regstart[mcnt];
best_regstart    4173 libglibc/regex.c 		      regstart[mcnt] = best_regstart[mcnt];