Searched refs:old_regstart (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c1770 static const char ** old_regstart, ** old_regend;
1787 RETALLOC_IF (old_regstart, num_regs, const char *);
3707 FREE_VAR (old_regstart); \
3888 const char **old_regstart, **old_regend;
3948 old_regstart = REGEX_TALLOC (num_regs, const char *);
3956 if (!(regstart && regend && old_regstart && old_regend && reg_info
3967 regstart = regend = old_regstart = old_regend = best_regstart
3986 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
4325 old_regstart[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
4328 DEBUG_PRINT2 (" old_regstart
1758 static const char ** old_regstart, ** old_regend; variable
3869 const char **old_regstart, **old_regend; local
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c2229 static const char ** old_regstart, ** old_regend;
2247 RETALLOC_IF (old_regstart, num_regs, const char *);
5345 FREE_VAR (old_regstart); \
5366 FREE_VAR (old_regstart); \
5652 const CHAR_T **old_regstart, **old_regend;
5712 old_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5720 if (!(regstart && regend && old_regstart && old_regend && reg_info
5731 regstart = regend = old_regstart = old_regend = best_regstart
5805 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
6606 old_regstart[*
2217 static const char ** old_regstart, ** old_regend; variable
5635 const CHAR_T **old_regstart, **old_regend; local
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c2231 static const char ** old_regstart, ** old_regend;
2249 RETALLOC_IF (old_regstart, num_regs, const char *);
5347 FREE_VAR (old_regstart); \
5368 FREE_VAR (old_regstart); \
5654 const CHAR_T **old_regstart, **old_regend;
5714 old_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5722 if (!(regstart && regend && old_regstart && old_regend && reg_info
5733 regstart = regend = old_regstart = old_regend = best_regstart
5807 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
6611 old_regstart[*
2219 static const char ** old_regstart, ** old_regend; variable
5637 const CHAR_T **old_regstart, **old_regend; local
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c2231 static const char ** old_regstart, ** old_regend;
2249 RETALLOC_IF (old_regstart, num_regs, const char *);
5348 FREE_VAR (old_regstart); \
5369 FREE_VAR (old_regstart); \
5655 const CHAR_T **old_regstart, **old_regend;
5715 old_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5723 if (!(regstart && regend && old_regstart && old_regend && reg_info
5734 regstart = regend = old_regstart = old_regend = best_regstart
5808 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
6612 old_regstart[*
2219 static const char ** old_regstart, ** old_regend; variable
5638 const CHAR_T **old_regstart, **old_regend; local
[all...]

Completed in 209 milliseconds