Searched defs:ch_isupper (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/xlint/common/ | ||
H A D | lint.h | 200 ch_isupper(char ch) ch_isupper() function |
/netbsd-src/games/cgram/ | ||
H A D | cgram.c | 57 ch_isupper(char ch) in ch_isupper() function |
/netbsd-src/usr.bin/make/ | ||
H A D | make.h | 1169 ch_isupper(char ch) { return isupper((unsigned char)ch) != 0; } ch_isupper() function |