Searched refs:old_regend (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980329-1.c13 static const char **old_regend; variable
63 regend[r] = old_regend[r];
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1717 static const char ** old_regstart, ** old_regend;
1735 RETALLOC_IF (old_regend, num_regs, const char *);
3655 FREE_VAR (old_regend); \
3835 const char **old_regstart, **old_regend;
3896 old_regend = 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;
4313 old_regend[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
4316 DEBUG_PRINT2 (" old_regend
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;
1833 RETALLOC_IF (old_regend, num_regs, const char *);
4033 FREE_VAR (old_regend); \
4212 const char **old_regstart, **old_regend;
4273 old_regend = 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;
4756 old_regend[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
4759 DEBUG_PRINT2 (" old_regend
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;
2248 RETALLOC_IF (old_regend, num_regs, const char *);
5346 FREE_VAR (old_regend); \
5367 FREE_VAR (old_regend); \
5652 const CHAR_T **old_regstart, **old_regend;
5713 old_regend = 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;
6648 old_regend[*
2217 static const char ** old_regstart, ** old_regend; variable
5635 const CHAR_T **old_regstart, **old_regend; local
[all...]

Completed in 271 milliseconds