Searched refs:ch_isprint (Results 1 – 3 of 3) sorted by relevance
189 ch_isprint(char ch) in ch_isprint() function
396 if (ch_isprint(c) && c != '\\' && c != '"' && c != '\'') { in outqchar()
900 if (ch_isprint(ch)) in check_quoted()