| Home | Sort by: relevance | last modified time | path |
| /src/usr.bin/xlint/common/ | |
| lint.h | 189 ch_isprint(char ch) function in typeref:typename:bool |
| /src/usr.bin/xlint/lint1/ | |
| emit1.c | 396 if (ch_isprint(c) && c != '\\' && c != '"' && c != '\'') { |
| lex.c | 900 if (ch_isprint(ch)) |
| /src/usr.bin/make/ | |
| make.h | 1189 ch_isprint(char ch) { return isprint((unsigned char)ch) != 0; } function in typeref:typename:MAKE_INLINE bool MAKE_ATTR_USE |
| var.c | 4356 ch_isprint(*p) |