HomeSort by: relevance | last modified time | path
    Searched defs:ch_islower (Results 1 - 3 of 3) sorted by relevancy

  /src/games/cgram/
cgram.c 51 ch_islower(char ch) function in typeref:typename:bool
65 return ch_islower(ch) || ch_isupper(ch);
71 return ch_islower(ch) ? (char)(ch - 'a' + 'A') : ch;
286 if (ch_islower(*p))
  /src/usr.bin/xlint/common/
lint.h 183 ch_islower(char ch) function in typeref:typename:bool
  /src/usr.bin/make/
make.h 1187 ch_islower(char ch) { return islower((unsigned char)ch) != 0; } function in typeref:typename:MAKE_INLINE bool MAKE_ATTR_USE

Completed in 56 milliseconds