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

/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c1981 static const char ** old_regstart, ** old_regend;
1998 RETALLOC_IF (old_regstart, num_regs, const char *);
4225 FREE_VAR (old_regstart); \
4406 const char **old_regstart, **old_regend;
4466 old_regstart = REGEX_TALLOC (num_regs, const char *);
4474 if (!(regstart && regend && old_regstart && old_regend && reg_info
4485 regstart = regend = old_regstart = old_regend = best_regstart
4504 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
4843 old_regstart[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
4846 DEBUG_PRINT2 (" old_regstart
1968 static const char ** old_regstart, ** old_regend; variable
4386 const char **old_regstart, **old_regend; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/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...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c2301 static const char ** old_regstart, ** old_regend;
2320 RETALLOC_IF (old_regstart, num_regs, const char *);
5457 FREE_VAR (old_regstart); \
5478 FREE_VAR (old_regstart); \
5780 const CHAR_T **old_regstart, **old_regend;
5922 old_regstart = REGEX_TALLOC (num_regs, const CHAR_T *);
5930 if (!(regstart && regend && old_regstart && old_regend && reg_info
5941 regstart = regend = old_regstart = old_regend = best_regstart
6015 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
6791 old_regstart[*
2289 static const char ** old_regstart, ** old_regend; variable
5763 const CHAR_T **old_regstart, **old_regend; local
[all...]

Completed in 211 milliseconds