Searched refs:WORDCHAR_P (Results 1 – 2 of 2) sorted by relevance
5302 # define WORDCHAR_P(d) \ macro5308 # define WORDCHAR_P(d) \ macro5320 || 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()[all …]
4630 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the