Searched refs:old_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.c1838 static const char ** old_regstart, ** old_regend;
1856 RETALLOC_IF (old_regend, num_regs, const char *);
3780 FREE_VAR (old_regend); \
3960 const char **old_regstart, **old_regend;
4021 old_regend = REGEX_TALLOC (num_regs, const char *);
4028 if (!(regstart && regend && old_regstart && old_regend && reg_info
4039 regstart = regend = old_regstart = old_regend = best_regstart
4058 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
4438 old_regend[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
4441 DEBUG_PRINT2 (" old_regend
1826 static const char ** old_regstart, ** old_regend; variable
3941 const char **old_regstart, **old_regend; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c2232 static const char ** old_regstart, ** old_regend;
2251 RETALLOC_IF (old_regend, num_regs, const char *);
5350 FREE_VAR (old_regend); \
5371 FREE_VAR (old_regend); \
5664 const CHAR_T **old_regstart, **old_regend;
5807 old_regend = REGEX_TALLOC (num_regs, const CHAR_T *);
5814 if (!(regstart && regend && old_regstart && old_regend && reg_info
5825 regstart = regend = old_regstart = old_regend = best_regstart
5899 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
6719 old_regend[*
2220 static const char ** old_regstart, ** old_regend; variable
5647 const CHAR_T **old_regstart, **old_regend; local
[all...]

Completed in 110 milliseconds