Lines Matching refs:WORDCHAR_P
3475 #define WORDCHAR_P(d) \ macro
3486 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
4739 prevchar = WORDCHAR_P (d - 1);
4740 thischar = WORDCHAR_P (d);
4754 prevchar = WORDCHAR_P (d - 1);
4755 thischar = WORDCHAR_P (d);
4764 if (WORDCHAR_P (d) && (AT_STRINGS_BEG (d) || !WORDCHAR_P (d - 1)))
4770 if (!AT_STRINGS_BEG (d) && WORDCHAR_P (d - 1)
4771 && (!WORDCHAR_P (d) || AT_STRINGS_END (d)))
4832 if (!WORDCHAR_P (d))
4841 if (WORDCHAR_P (d))