Searched refs:ch_islower (Results 1 – 2 of 2) sorted by relevance
1154 ch_islower(char ch) { return islower((unsigned char)ch) != 0; } in ch_islower() function
2686 while (ch_islower(*cp) || *cp == '-') in ParseDirective()