HomeSort by: relevance | last modified time | path
    Searched refs:ch_isprint (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/xlint/common/
lint.h 187 ch_isprint(char ch) function
  /src/usr.bin/xlint/lint1/
emit1.c 391 if (ch_isprint(c) && c != '\\' && c != '"' && c != '\'') {
lex.c 896 if (ch_isprint(ch))
  /src/usr.bin/make/
make.h 1193 ch_isprint(char ch) { return isprint((unsigned char)ch) != 0; } function
var.c 4407 ch_isprint(*p)

Completed in 23 milliseconds