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

/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.char.h201 # define Isprint(c) (((c) & QUOTE) ? 0 : iswprint(c)) macro
216 # define Isprint(c) ( (IsprintM(c)) || (_enable_mbdisp&&(IsmbyteU((c)))) ) macro
220 # define Isprint(c) (((Char)(c) & QUOTE) ? 0 : NXIsPrint((unsigned) (c))) macro
251 # define Isprint(c) (((Char)(c) & QUOTE) ? 0 : \ macro
258 # define Isprint(c) (((Char)(c) & QUOTE) ? 0 : isprint((tcshuc) (c))) macro
262 # define Isprint(c) ( (IsprintM(c)) || (_enable_mbdisp&&(IsmbyteU((c)))) ) macro
280 # define Isprint(c) ( (IsprintM(c)) || (_enable_mbdisp&&(IsmbyteU((c)))) ) macro
283 # define Isprint(c) (((Char)(c) & QUOTE) ? 0 : isprint( oem_it((tcshuc)(c)))) macro
301 # define Isprint(c) ( (IsprintM(c)) || (_enable_mbdisp&&(IsmbyteU((c)))) ) macro
304 # define Isprint( macro
[all...]
H A Dtc.nls.c101 if ((w > 0 && !(Iscntrl(c) && (c & CHAR) < 0x100)) || (Isprint(c) && !nocomb))
H A Ded.xmap.c600 } else if (ch == ' ' || (Isprint(ch) && !Isspace(ch))) {
745 else if (p == ' ' || (Isprint(p) && !Isspace(p)))
H A Ded.defns.c1843 if (Isprint(CTL_ESC(i))) {
H A Dsh.c342 for (k = 0200; k <= 0377 && !Isprint(CTL_ESC(k)); k++)
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dchartype.h88 #define Isprint(x) iswprint(x) macro
138 #define Isprint(x) isprint((unsigned char)x) macro
H A Dchartype.c356 else if (Isprint(c))
H A Dread.c613 && Isprint(el->el_chared.c_redo.pos[-1]))
H A Dmap.c969 if (Isprint(i))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregclass.c76 static int Isprint(int c) { return iswprint(c); } function
117 { SZ("print"), Isprint },
/macosx-10.9.5/libedit-39/src/
H A Dchartype.h88 #define Isprint(x) iswprint(x) macro
143 #define Isprint(x) isprint((unsigned char)x) macro
H A Dchartype.c353 else if (Isprint(c))
H A Dread.c624 && Isprint(el->el_chared.c_redo.pos[-1]))
H A Dmap.c968 if (Isprint(i))

Completed in 277 milliseconds