Home
last modified time | relevance | path

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

/openbsd/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')) { in texec()