Lines Matching refs:WORDCHAR_P
5302 # define WORDCHAR_P(d) \ macro
5308 # define WORDCHAR_P(d) \ macro
5320 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7315 prevchar = WORDCHAR_P (d - 1); in wcs_re_match_2_internal()
7316 thischar = WORDCHAR_P (d); in wcs_re_match_2_internal()
7330 prevchar = WORDCHAR_P (d - 1); in wcs_re_match_2_internal()
7331 thischar = WORDCHAR_P (d); in wcs_re_match_2_internal()
7340 if (!AT_STRINGS_END (d) && WORDCHAR_P (d) in wcs_re_match_2_internal()
7341 && (AT_STRINGS_BEG (d) || !WORDCHAR_P (d - 1))) in wcs_re_match_2_internal()
7347 if (!AT_STRINGS_BEG (d) && WORDCHAR_P (d - 1) in wcs_re_match_2_internal()
7348 && (AT_STRINGS_END (d) || !WORDCHAR_P (d))) in wcs_re_match_2_internal()
7409 if (!WORDCHAR_P (d)) in wcs_re_match_2_internal()
7418 if (WORDCHAR_P (d)) in wcs_re_match_2_internal()
8187 # undef WORDCHAR_P