Home
last modified time | relevance | path

Searched refs:ch_islower (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bmake/
H A Dmake.h1208 ch_islower(char ch) { return islower((unsigned char)ch) != 0; }
1209 ch_islower(char ch) { return islower((unsigned char)ch) != 0; } ch_islower() function
H A Dparse.c2755 while (ch_islower(*p) || *p == '-') in ParseDirective()