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