Home
last modified time | relevance | path

Searched refs:ch_isprint (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.bin/xlint/common/
Dlint.h189 ch_isprint(char ch) in ch_isprint() function
/netbsd/src/usr.bin/xlint/lint1/
Demit1.c396 if (ch_isprint(c) && c != '\\' && c != '"' && c != '\'') { in outqchar()
Dlex.c900 if (ch_isprint(ch)) in check_quoted()