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

/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c5289 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
5582 const CHAR_T *end_match_1, *end_match_2;
5836 end_match_1 = string1 + mcnt;
5843 end_match_1 = end1;
5855 end_match_1 = string1 + stop;
5860 end_match_1 = end1;
5876 dend = end_match_1;
5894 dend = end_match_1;
5971 end_match_1' while the restored d is in string2.
5979 ? end_match_1
5565 const CHAR_T *end_match_1, *end_match_2; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c3606 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
3770 const char *end_match_1, *end_match_2;
3956 end_match_1 = string1 + stop;
3961 end_match_1 = end1;
3974 dend = end_match_1;
4050 end_match_1' while the restored d is in string2.
4058 ? end_match_1 : end_match_2);
4461 ? regend[regno] : end_match_1);
5128 dend = end_match_1;
3751 const char *end_match_1, *end_match_2; local
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c3975 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
4146 const char *end_match_1, *end_match_2;
4333 end_match_1 = string1 + stop;
4338 end_match_1 = end1;
4351 dend = end_match_1;
4423 end_match_1' while the restored d is in string2.
4431 ? end_match_1 : end_match_2);
4903 ? regend[regno] : end_match_1);
5757 dend = end_match_1;
4126 const char *end_match_1, *end_match_2; local

Completed in 192 milliseconds