Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dlex.c639 && !JAVA_WHITE_SPACE_P (c) in java_get_unicode()
697 while (JAVA_WHITE_SPACE_P (c) || (c == '*') || c == '\n')
918 c == '\n' || JAVA_WHITE_SPACE_P (c); c = java_get_unicode ())
1797 if (!first_non_space && !JAVA_WHITE_SPACE_P (c))
Dlex.h251 #define JAVA_WHITE_SPACE_P(c) (c == ' ' || c == '\t' || c == '\f') macro