Home
last modified time | relevance | path

Searched refs:WORDCHAR_P (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c5302 # 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()
[all …]
DChangeLog4630 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the