Searched refs:Isprint (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/bin/csh/
H A Dchar.h73 #define Isprint(c) (((c) & QUOTE) ? 0 : isprint((unsigned char) (c))) macro
H A Dexec.c282 if (!Isprint(c) && (c != '\n' && c != '\t')) {

Completed in 177 milliseconds