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

/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.c1814 static const char ** old_regstart, ** old_regend;
1831 RETALLOC_IF (old_regstart, num_regs, const char *);
4029 FREE_VAR (old_regstart); \
4209 const char **old_regstart, **old_regend;
4269 old_regstart = REGEX_TALLOC (num_regs, const char *);
4277 if (!(regstart && regend && old_regstart && old_regend && reg_info
4288 regstart = regend = old_regstart = old_regend = best_regstart
4307 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
4712 old_regstart[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
4715 DEBUG_PRINT2 (" old_regstart
1801 static const char ** old_regstart, ** old_regend; variable
4189 const char **old_regstart, **old_regend; local
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c2229 static const char ** old_regstart, ** old_regend;
2247 RETALLOC_IF (old_regstart, num_regs, const char *);
5345 FREE_VAR (old_regstart); \
5366 FREE_VAR (old_regstart); \
5652 const CHAR_T **old_regstart, **old_regend;
5712 old_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5720 if (!(regstart && regend && old_regstart && old_regend && reg_info
5731 regstart = regend = old_regstart = old_regend = best_regstart
5805 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
6606 old_regstart[*
2217 static const char ** old_regstart, ** old_regend; variable
5635 const CHAR_T **old_regstart, **old_regend; local
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c2229 static const char ** old_regstart, ** old_regend;
2247 RETALLOC_IF (old_regstart, num_regs, const char *);
5345 FREE_VAR (old_regstart); \
5366 FREE_VAR (old_regstart); \
5652 const CHAR_T **old_regstart, **old_regend;
5712 old_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5720 if (!(regstart && regend && old_regstart && old_regend && reg_info
5731 regstart = regend = old_regstart = old_regend = best_regstart
5805 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
6606 old_regstart[*
2217 static const char ** old_regstart, ** old_regend; variable
5635 const CHAR_T **old_regstart, **old_regend; local
[all...]

Completed in 142 milliseconds