Lines Matching defs:uprcase
60 static char uprcase( char c )
76 if (*str1 != uprcase(*str2))
93 while (*str != '\0' && *str == uprcase( *cur )) {
265 if (uprcase( *cur ) == 'E') {
453 if (uprcase( *cur ) == 'X') {
457 if (uprcase( *cur ) == 'Y') {
461 if (uprcase( *cur ) == 'Z') {
465 if (uprcase( *cur ) == 'W') {
577 switch (uprcase(*ctx->cur)) {
874 if (uprcase( *cur ) == 'X')
876 else if (uprcase( *cur ) == 'Y')
878 else if (uprcase( *cur ) == 'Z')
880 else if (uprcase( *cur ) == 'W')