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

/haiku-buildtools/legacy/binutils/libiberty/
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...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c5291 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
5584 const CHAR_T *end_match_1, *end_match_2;
5838 end_match_1 = string1 + mcnt;
5845 end_match_1 = end1;
5857 end_match_1 = string1 + stop;
5862 end_match_1 = end1;
5878 dend = end_match_1;
5896 dend = end_match_1;
5976 end_match_1' while the restored d is in string2.
5984 ? end_match_1
5567 const CHAR_T *end_match_1, *end_match_2; local
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c5292 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
5585 const CHAR_T *end_match_1, *end_match_2;
5839 end_match_1 = string1 + mcnt;
5846 end_match_1 = end1;
5858 end_match_1 = string1 + stop;
5863 end_match_1 = end1;
5879 dend = end_match_1;
5897 dend = end_match_1;
5977 end_match_1' while the restored d is in string2.
5985 ? end_match_1
5568 const CHAR_T *end_match_1, *end_match_2; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c3659 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
3823 const char *end_match_1, *end_match_2;
4009 end_match_1 = string1 + stop;
4014 end_match_1 = end1;
4027 dend = end_match_1;
4103 end_match_1' while the restored d is in string2.
4111 ? end_match_1 : end_match_2);
4514 ? regend[regno] : end_match_1);
5181 dend = end_match_1;
3804 const char *end_match_1, *end_match_2; local

Completed in 155 milliseconds