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