Searched refs:best_regend (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;
1858 RETALLOC_IF (best_regend, num_regs, const char *);
3782 FREE_VAR (best_regend); \
3979 const char **best_regstart, **best_regend;
3982 /* Logically, this is `best_regend[0]'. But we don't want to have to
3986 treat `best_regend' differently than the rest. So we keep track of
4023 best_regend = REGEX_TALLOC (num_regs, const char *);
4029 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
4040 = best_regend = reg_dummy = NULL;
4162 best_regend[mcn
1827 static const char **best_regstart, **best_regend; variable
3960 const char **best_regstart, **best_regend; local
[all...]
/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;
2253 RETALLOC_IF (best_regend, num_regs, const char *);
5352 FREE_VAR (best_regend); \
5373 FREE_VAR (best_regend); \
5683 const CHAR_T **best_regstart, **best_regend;
5686 /* Logically, this is `best_regend[0]'. But we don't want to have to
5690 treat `best_regend' differently than the rest. So we keep track of
5809 best_regend = REGEX_TALLOC (num_regs, const CHAR_T *);
5815 && best_regstart && best_regend && reg_dummy && reg_info_dummy))
5826 = best_regend
2221 static const char **best_regstart, **best_regend; variable
5666 const CHAR_T **best_regstart, **best_regend; local
[all...]

Completed in 88 milliseconds