Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c291 #define FIRST_STRING_P(ptr) \ macro
875 if (FIRST_STRING_P (where))
3582 (FIRST_STRING_P (ptr) \
3990 boolean same_str_p = (FIRST_STRING_P (match_end)
4440 dend2 = ((FIRST_STRING_P (regstart[regno])
4441 == FIRST_STRING_P (regend[regno]))
/openbsd/gnu/usr.bin/cvs/lib/
H A Dregex.c338 #define FIRST_STRING_P(ptr) \ macro
1006 if (FIRST_STRING_P (where))
3950 (FIRST_STRING_P (ptr) \
4362 boolean same_str_p = (FIRST_STRING_P (match_end)
4881 dend2 = ((FIRST_STRING_P (regstart[regno])
4882 == FIRST_STRING_P (regend[regno]))
/openbsd/gnu/lib/libiberty/src/
H A Dregex.c385 # define FIRST_STRING_P(ptr) \ macro
1183 if (FIRST_STRING_P (where)) in PREFIX()
5258 (FIRST_STRING_P (ptr) \
5266 (FIRST_STRING_P (ptr) \
5913 boolean same_str_p = (FIRST_STRING_P (match_end) in wcs_re_match_2_internal()
6778 dend2 = ((FIRST_STRING_P (regstart[regno]) in wcs_re_match_2_internal()
6779 == FIRST_STRING_P (regend[regno])) in wcs_re_match_2_internal()