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

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c346 #define FIRST_STRING_P(ptr) \
933 if (FIRST_STRING_P (where))
3653 (FIRST_STRING_P (ptr) \
4062 boolean same_str_p = (FIRST_STRING_P (match_end)
4512 dend2 = ((FIRST_STRING_P (regstart[regno])
4513 == FIRST_STRING_P (regend[regno]))
344 #define FIRST_STRING_P macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c388 # define FIRST_STRING_P(ptr) \
1189 if (FIRST_STRING_P (where))
5274 (FIRST_STRING_P (ptr) \
5282 (FIRST_STRING_P (ptr) \
5930 boolean same_str_p = (FIRST_STRING_P (match_end)
6795 dend2 = ((FIRST_STRING_P (regstart[regno])
6796 == FIRST_STRING_P (regend[regno]))
385 # define FIRST_STRING_P macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c390 # define FIRST_STRING_P(ptr) \
1191 if (FIRST_STRING_P (where))
5276 (FIRST_STRING_P (ptr) \
5284 (FIRST_STRING_P (ptr) \
5937 same_str_p = (FIRST_STRING_P (match_end)
6800 dend2 = ((FIRST_STRING_P (regstart[regno])
6801 == FIRST_STRING_P (regend[regno]))
387 # define FIRST_STRING_P macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c390 # define FIRST_STRING_P(ptr) \
1191 if (FIRST_STRING_P (where))
5277 (FIRST_STRING_P (ptr) \
5285 (FIRST_STRING_P (ptr) \
5938 same_str_p = (FIRST_STRING_P (match_end)
6802 dend2 = ((FIRST_STRING_P (regstart[regno])
6803 == FIRST_STRING_P (regend[regno]))
387 # define FIRST_STRING_P macro

Completed in 139 milliseconds