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

  /src/usr.bin/xlint/common/
lint.h 195 ch_isspace(char ch) function in typeref:typename:bool
  /src/usr.bin/indent/
indent.h 541 ch_isspace(char ch) function in typeref:typename:bool
  /src/usr.bin/make/
make.h 1191 ch_isspace(char ch) { return isspace((unsigned char)ch) != 0; } function in typeref:typename:MAKE_INLINE bool MAKE_ATTR_USE
1202 while (ch_isspace(**pp))
1227 while (ch_isspace(**pp))

Completed in 13 milliseconds