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

/haiku/src/build/libgnuregex/
H A Dregex.c217 #define FIRST_STRING_P(ptr) \
765 if (FIRST_STRING_P (where))
3060 (FIRST_STRING_P (ptr) ? (ptr) - string1 : (ptr) - string2 + size1)
3400 boolean same_str_p = (FIRST_STRING_P (match_end)
3812 dend2 = ((FIRST_STRING_P (regstart[regno])
3813 == FIRST_STRING_P (regend[regno]))
215 #define FIRST_STRING_P macro

Completed in 91 milliseconds