Searched refs:allupper (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/games/pig/
H A Dpig.c95 int olen, allupper, firstupper; local
98 allupper = firstupper = isupper((unsigned char)buf[0]);
99 for (i = 1; i < len && allupper; i++)
100 allupper = allupper && isupper((unsigned char)buf[i]);
108 allupper ? "WAY" : "way");
116 if (!allupper)
127 (void)printf("%.*s%s", olen, buf + start, allupper ? "AY" : "ay");

Completed in 115 milliseconds