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

/haiku/src/build/libgnuregex/
H A Dregex.c3118 FREE_VAR (best_regend); \
3253 const char **best_regstart, **best_regend;
3255 /* Logically, this is `best_regend[0]'. But we don't want to have to
3259 treat `best_regend' differently than the rest. So we keep track of
3290 best_regend = REGEX_TALLOC (num_regs, const char *);
3296 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
3308 = best_regend = reg_dummy = NULL;
3416 best_regend[mcnt] = regend[mcnt];
3440 regend[mcnt] = best_regend[mcnt];
3237 const char **best_regstart, **best_regend; local

Completed in 38 milliseconds