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

/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.c1815 static const char **best_regstart, **best_regend;
1834 RETALLOC_IF (best_regend, num_regs, const char *);
4032 FREE_VAR (best_regend); \
4228 const char **best_regstart, **best_regend;
4231 /* Logically, this is `best_regend[0]'. But we don't want to have to
4235 treat `best_regend' differently than the rest. So we keep track of
4272 best_regend = REGEX_TALLOC (num_regs, const char *);
4278 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
4289 = best_regend = reg_dummy = NULL;
4407 best_regend[mcn
1802 static const char **best_regstart, **best_regend; variable
4208 const char **best_regstart, **best_regend; local
[all...]
/freebsd-9.3-release/contrib/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...]
/freebsd-9.3-release/contrib/gcclibs/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...]

Completed in 864 milliseconds