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

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c293 #define FIRST_STRING_P(ptr) \
880 if (FIRST_STRING_P (where))
3600 (FIRST_STRING_P (ptr) \
4009 boolean same_str_p = (FIRST_STRING_P (match_end)
4459 dend2 = ((FIRST_STRING_P (regstart[regno])
4460 == FIRST_STRING_P (regend[regno]))
291 #define FIRST_STRING_P macro
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c340 #define FIRST_STRING_P(ptr) \
1012 if (FIRST_STRING_P (where))
3969 (FIRST_STRING_P (ptr) \
4382 boolean same_str_p = (FIRST_STRING_P (match_end)
4901 dend2 = ((FIRST_STRING_P (regstart[regno])
4902 == FIRST_STRING_P (regend[regno]))
338 #define FIRST_STRING_P macro
/openbsd-current/gnu/lib/libiberty/src/
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

Completed in 215 milliseconds