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

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c1771 static const char **best_regstart, **best_regend;
1790 RETALLOC_IF (best_regend, num_regs, const char *);
3710 FREE_VAR (best_regend); \
3907 const char **best_regstart, **best_regend;
3910 /* Logically, this is `best_regend[0]'. But we don't want to have to
3914 treat `best_regend' differently than the rest. So we keep track of
3951 best_regend = REGEX_TALLOC (num_regs, const char *);
3957 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
3968 = best_regend = reg_dummy = NULL;
4090 best_regend[mcn
1759 static const char **best_regstart, **best_regend; variable
3888 const char **best_regstart, **best_regend; local
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c2230 static const char **best_regstart, **best_regend;
2250 RETALLOC_IF (best_regend, num_regs, const char *);
5348 FREE_VAR (best_regend); \
5369 FREE_VAR (best_regend); \
5671 const CHAR_T **best_regstart, **best_regend;
5674 /* Logically, this is `best_regend[0]'. But we don't want to have to
5678 treat `best_regend' differently than the rest. So we keep track of
5715 best_regend = REGEX_TALLOC (num_regs, const CHAR_T *);
5721 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5732 = best_regend
2218 static const char **best_regstart, **best_regend; variable
5654 const CHAR_T **best_regstart, **best_regend; local
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c2232 static const char **best_regstart, **best_regend;
2252 RETALLOC_IF (best_regend, num_regs, const char *);
5350 FREE_VAR (best_regend); \
5371 FREE_VAR (best_regend); \
5673 const CHAR_T **best_regstart, **best_regend;
5676 /* Logically, this is `best_regend[0]'. But we don't want to have to
5680 treat `best_regend' differently than the rest. So we keep track of
5717 best_regend = REGEX_TALLOC (num_regs, const CHAR_T *);
5723 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5734 = best_regend
2220 static const char **best_regstart, **best_regend; variable
5656 const CHAR_T **best_regstart, **best_regend; local
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c2232 static const char **best_regstart, **best_regend;
2252 RETALLOC_IF (best_regend, num_regs, const char *);
5351 FREE_VAR (best_regend); \
5372 FREE_VAR (best_regend); \
5674 const CHAR_T **best_regstart, **best_regend;
5677 /* Logically, this is `best_regend[0]'. But we don't want to have to
5681 treat `best_regend' differently than the rest. So we keep track of
5718 best_regend = REGEX_TALLOC (num_regs, const CHAR_T *);
5724 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5735 = best_regend
2220 static const char **best_regstart, **best_regend; variable
5657 const CHAR_T **best_regstart, **best_regend; local
[all...]

Completed in 205 milliseconds