Home | History | Annotate | Download | only in libiberty

Lines Matching defs:old_regend

2234 static const char ** old_regstart, ** old_regend;
2253 RETALLOC_IF (old_regend, num_regs, const char *);
5352 FREE_VAR (old_regend); \
5373 FREE_VAR (old_regend); \
5658 const CHAR_T **old_regstart, **old_regend;
5719 old_regend = REGEX_TALLOC (num_regs, const CHAR_T *);
5726 if (!(regstart && regend && old_regstart && old_regend && reg_info
5737 regstart = regend = old_regstart = old_regend = best_regstart
5811 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
6657 old_regend[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
6660 DEBUG_PRINT2 (" old_regend: %d\n",
6661 POINTER_TO_OFFSET (old_regend[*p]));
6768 if (old_regend[r] >= regstart[r])
6769 regend[r] = old_regend[r];