Searched defs:Iscntrl (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h87 #define Iscntrl(x) iswcntrl(x) macro
137 #define Iscntrl(x) iscntrl((unsigned char)x) macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregclass.c71 static int Iscntrl(int c) { return iswcntrl(c); } function
/macosx-10.10/libedit-40/src/
H A Dchartype.h87 #define Iscntrl(x) iswcntrl(x) macro
142 #define Iscntrl(x) iscntrl((unsigned char)x) macro
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.char.h200 # define Iscntrl(c) (((c) & QUOTE) ? 0 : iswcntrl(c)) macro
214 # define Iscntrl(c) ( (IscntrlM(c)) && !(_enable_mbdisp&&(IsmbyteU((c)))) ) macro
219 # define Iscntrl(c) (((Char)(c) & QUOTE) ? 0 : NXIsCntrl((unsigned) (c))) macro
236 # define Iscntrl(c) ( (IscntrlM(c)) && !(_enable_mbdisp&&(IsmbyteU((c)))) ) macro
238 # define Iscntrl(c) (((Char)(c) & QUOTE) ? 0 : iscntrl((tcshuc) (c))) macro
278 # define Iscntrl(c) ( (IscntrlM(c)) && !(_enable_mbdisp&&(IsmbyteU((c)))) ) macro
282 # define Iscntrl(c) (((Char)(c) & QUOTE) ? 0 : iscntrl( oem_it((tcshuc)(c)))) macro
299 # define Iscntrl(c) ( (IscntrlM(c)) && !(_enable_mbdisp&&(IsmbyteU((c)))) ) macro
303 # define Iscntrl(c) (cmap((c),_CTR) && !(((c) & META) && AsciiOnly)) macro

Completed in 98 milliseconds