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

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1717 static const char ** old_regstart, ** old_regend;
1734 RETALLOC_IF (old_regstart, num_regs, const char *);
3654 FREE_VAR (old_regstart); \
3835 const char **old_regstart, **old_regend;
3895 old_regstart = REGEX_TALLOC (num_regs, const char *);
3903 if (!(regstart && regend && old_regstart && old_regend && reg_info
3914 regstart = regend = old_regstart = old_regend = best_regstart
3933 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
4272 old_regstart[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
4275 DEBUG_PRINT2 (" old_regstart
1705 static const char ** old_regstart, ** old_regend; variable
3816 const char **old_regstart, **old_regend; local
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c1815 static const char ** old_regstart, ** old_regend;
1832 RETALLOC_IF (old_regstart, num_regs, const char *);
4032 FREE_VAR (old_regstart); \
4212 const char **old_regstart, **old_regend;
4272 old_regstart = REGEX_TALLOC (num_regs, const char *);
4280 if (!(regstart && regend && old_regstart && old_regend && reg_info
4291 regstart = regend = old_regstart = old_regend = best_regstart
4310 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE;
4715 old_regstart[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
4718 DEBUG_PRINT2 (" old_regstart
1802 static const char ** old_regstart, ** old_regend; variable
4192 const char **old_regstart, **old_regend; local
[all...]
/openbsd-current/gnu/lib/libiberty/src/
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 196 milliseconds