Searched refs:best_regstart (Results 1 – 1 of 1) sorted by relevance
2220 static const char **best_regstart, **best_regend; variable2239 RETALLOC_IF (best_regstart, num_regs, const char *); in PREFIX()5333 FREE_VAR (best_regstart); \5354 FREE_VAR (best_regstart); \5656 const CHAR_T **best_regstart, **best_regend; in wcs_re_match_2_internal() local5699 best_regstart = REGEX_TALLOC (num_regs, const CHAR_T *); in wcs_re_match_2_internal()5706 && best_regstart && best_regend && reg_dummy && reg_info_dummy)) in wcs_re_match_2_internal()5716 regstart = regend = old_regstart = old_regend = best_regstart in wcs_re_match_2_internal()5945 best_regstart[mcnt] = regstart[mcnt]; in wcs_re_match_2_internal()5971 regstart[mcnt] = best_regstart[mcnt]; in wcs_re_match_2_internal()