Home
last modified time | relevance | path

Searched defs:ch_islower (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/xlint/common/
H A Dlint.h182 ch_islower(char ch) ch_islower() function
/netbsd-src/games/cgram/
H A Dcgram.c51 ch_islower(char ch) in ch_islower() function
/netbsd-src/usr.bin/make/
H A Dmake.h1165 ch_islower(char ch) { return islower((unsigned char)ch) != 0; } ch_islower() function