Searched refs:best_regend (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | gnu-regex.c | 1706 static const char **best_regstart, **best_regend; variable 1725 RETALLOC_IF (best_regend, num_regs, const char *); 3639 FREE_VAR (best_regend); \ 3835 const char **best_regstart, **best_regend; variable 3879 best_regend = REGEX_TALLOC (num_regs, const char *); 3885 && best_regstart && best_regend && reg_dummy && reg_info_dummy)) 3896 = best_regend = reg_dummy = NULL; 4018 best_regend[mcnt] = regend[mcnt]; 4044 regend[mcnt] = best_regend[mcnt];
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | regex.c | 1803 static const char **best_regstart, **best_regend; variable 1822 RETALLOC_IF (best_regend, num_regs, const char *); 4016 FREE_VAR (best_regend); \ 4211 const char **best_regstart, **best_regend; local 4255 best_regend = REGEX_TALLOC (num_regs, const char *); 4261 && best_regstart && best_regend && reg_dummy && reg_info_dummy)) 4272 = best_regend = reg_dummy = NULL; 4390 best_regend[mcnt] = regend[mcnt]; 4416 regend[mcnt] = best_regend[mcnt];
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | regex.c | 2218 static const char **best_regstart, **best_regend; variable 2238 RETALLOC_IF (best_regend, num_regs, const char *); in PREFIX() 5332 FREE_VAR (best_regend); \ 5353 FREE_VAR (best_regend); \ 5654 const CHAR_T **best_regstart, **best_regend; in wcs_re_match_2_internal() local 5698 best_regend = REGEX_TALLOC (num_regs, const CHAR_T *); in wcs_re_match_2_internal() 5704 && best_regstart && best_regend && reg_dummy && reg_info_dummy)) in wcs_re_match_2_internal() 5715 = best_regend = reg_dummy = NULL; in wcs_re_match_2_internal() 5941 best_regend[mcnt] = regend[mcnt]; in wcs_re_match_2_internal() 5967 regend[mcnt] = best_regend[mcnt]; in wcs_re_match_2_internal()
|