Searched refs:old_regend (Results 1 – 1 of 1) sorted by relevance
2219 static const char ** old_regstart, ** old_regend; variable2238 RETALLOC_IF (old_regend, num_regs, const char *); in PREFIX()5332 FREE_VAR (old_regend); \5353 FREE_VAR (old_regend); \5637 const CHAR_T **old_regstart, **old_regend; in wcs_re_match_2_internal() local5698 old_regend = REGEX_TALLOC (num_regs, const CHAR_T *); in wcs_re_match_2_internal()5705 if (!(regstart && regend && old_regstart && old_regend && reg_info in wcs_re_match_2_internal()5716 regstart = regend = old_regstart = old_regend = best_regstart in wcs_re_match_2_internal()5790 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE; in wcs_re_match_2_internal()6636 old_regend[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p]) in wcs_re_match_2_internal()[all …]