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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c1839 static const char **best_regstart, **best_regend;
1857 RETALLOC_IF (best_regstart, num_regs, const char *);
3781 FREE_VAR (best_regstart); \
3979 const char **best_regstart, **best_regend;
4022 best_regstart = REGEX_TALLOC (num_regs, const char *);
4029 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
4039 regstart = regend = old_regstart = old_regend = best_regstart
4161 best_regstart[mcnt] = regstart[mcnt];
4187 regstart[mcnt] = best_regstart[mcnt];
1827 static const char **best_regstart, **best_regend; variable
3960 const char **best_regstart, **best_regend; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c2233 static const char **best_regstart, **best_regend;
2252 RETALLOC_IF (best_regstart, num_regs, const char *);
5351 FREE_VAR (best_regstart); \
5372 FREE_VAR (best_regstart); \
5683 const CHAR_T **best_regstart, **best_regend;
5808 best_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5815 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5825 regstart = regend = old_regstart = old_regend = best_regstart
6061 best_regstart[mcnt] = regstart[mcnt];
6087 regstart[mcnt] = best_regstart[mcn
2221 static const char **best_regstart, **best_regend; variable
5666 const CHAR_T **best_regstart, **best_regend; local
[all...]

Completed in 178 milliseconds