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

/haiku/src/build/libgnuregex/
H A Dregex.c3117 FREE_VAR (best_regstart); \
3253 const char **best_regstart, **best_regend;
3289 best_regstart = REGEX_TALLOC (num_regs, const char *);
3296 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
3307 regstart = regend = old_regstart = old_regend = best_regstart
3415 best_regstart[mcnt] = regstart[mcnt];
3439 regstart[mcnt] = best_regstart[mcnt];
3237 const char **best_regstart, **best_regend; local

Completed in 45 milliseconds