Searched refs:best_regstart (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;
1736 RETALLOC_IF (best_regstart, num_regs, const char *);
3656 FREE_VAR (best_regstart); \
3854 const char **best_regstart, **best_regend;
3897 best_regstart = REGEX_TALLOC (num_regs, const char *);
3904 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
3914 regstart = regend = old_regstart = old_regend = best_regstart
4036 best_regstart[mcnt] = regstart[mcnt];
4062 regstart[mcnt] = best_regstart[mcnt];
1706 static const char **best_regstart, **best_regend; variable
3835 const char **best_regstart, **best_regend; local
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c1816 static const char **best_regstart, **best_regend;
1834 RETALLOC_IF (best_regstart, num_regs, const char *);
4034 FREE_VAR (best_regstart); \
4231 const char **best_regstart, **best_regend;
4274 best_regstart = REGEX_TALLOC (num_regs, const char *);
4281 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
4291 regstart = regend = old_regstart = old_regend = best_regstart
4409 best_regstart[mcnt] = regstart[mcnt];
4435 regstart[mcnt] = best_regstart[mcnt];
1803 static const char **best_regstart, **best_regend; variable
4211 const char **best_regstart, **best_regend; local
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c2230 static const char **best_regstart, **best_regend;
2249 RETALLOC_IF (best_regstart, num_regs, const char *);
5347 FREE_VAR (best_regstart); \
5368 FREE_VAR (best_regstart); \
5671 const CHAR_T **best_regstart, **best_regend;
5714 best_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5721 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5731 regstart = regend = old_regstart = old_regend = best_regstart
5957 best_regstart[mcnt] = regstart[mcnt];
5983 regstart[mcnt] = best_regstart[mcn
2218 static const char **best_regstart, **best_regend; variable
5654 const CHAR_T **best_regstart, **best_regend; local
[all...]

Completed in 198 milliseconds