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

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1718 static const char **best_regstart, **best_regend;
1737 RETALLOC_IF (best_regend, num_regs, const char *);
3657 FREE_VAR (best_regend); \
3854 const char **best_regstart, **best_regend;
3857 /* Logically, this is `best_regend[0]'. But we don't want to have to
3861 treat `best_regend' differently than the rest. So we keep track of
3898 best_regend = REGEX_TALLOC (num_regs, const char *);
3904 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
3915 = best_regend = reg_dummy = NULL;
4037 best_regend[mcn
1706 static const char **best_regstart, **best_regend; variable
3835 const char **best_regstart, **best_regend; local
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c1816 static const char **best_regstart, **best_regend;
1835 RETALLOC_IF (best_regend, num_regs, const char *);
4035 FREE_VAR (best_regend); \
4231 const char **best_regstart, **best_regend;
4234 /* Logically, this is `best_regend[0]'. But we don't want to have to
4238 treat `best_regend' differently than the rest. So we keep track of
4275 best_regend = REGEX_TALLOC (num_regs, const char *);
4281 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
4292 = best_regend = reg_dummy = NULL;
4410 best_regend[mcn
1803 static const char **best_regstart, **best_regend; variable
4211 const char **best_regstart, **best_regend; local
[all...]
/openbsd-current/gnu/lib/libiberty/src/
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...]

Completed in 260 milliseconds