Searched defs:ch_isspace (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/xlint/common/ | ||
H A D | lint.h | 194 ch_isspace(char ch) ch_isspace() function |
/netbsd-src/usr.bin/indent/ | ||
H A D | indent.h | 531 ch_isspace(char ch) ch_isspace() function |
/netbsd-src/usr.bin/make/ | ||
H A D | make.h | 1167 ch_isspace(char ch) { return isspace((unsigned char)ch) != 0; } ch_isspace() function |