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

/netbsd-current/games/cgram/
H A Dcgram.c51 ch_islower(char ch) function
65 return ch_islower(ch) || ch_isupper(ch);
71 return ch_islower(ch) ? (char)(ch - 'a' + 'A') : ch;
286 if (ch_islower(*p))
/netbsd-current/usr.bin/xlint/common/
H A Dlint.h182 ch_islower(char ch) function
/netbsd-current/usr.bin/xlint/lint1/
H A Dcksnprintb.c91 if (ch_islower(buf->data[i]))
/netbsd-current/usr.bin/make/
H A Dmake.h1157 ch_islower(char ch) { return islower((unsigned char)ch) != 0; } function
H A Dparse.c2746 while (ch_islower(*p) || *p == '-')

Completed in 101 milliseconds