Lines Matching refs:IS_LETTER
2695 if (!IS_LETTER(first) && (first != '_')) {
2864 (!IS_LETTER(c) && (c != '_') &&
2870 ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
2914 if (!IS_LETTER(c) && (c != '_') &&
2919 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigentname.xml */
2941 while ((IS_LETTER(c)) || (IS_DIGIT(c)) ||
2995 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigtoken.xml */
3021 while ((IS_LETTER(c)) || (IS_DIGIT(c)) || /* test bigtoken.xml */
7640 (!IS_LETTER(c) && (c != '_'))) {
7645 ((IS_LETTER(c)) || (IS_DIGIT(c)) ||