Searched refs:Iscntrl (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dtc.nls.c101 if ((w > 0 && !(Iscntrl(c) && (c & CHAR) < 0x100)) || (Isprint(c) && !nocomb))
103 if (Iscntrl(c) && (c & CHAR) < 0x100) {
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
H A Ded.xmap.c583 else if (Iscntrl(ch)) {
730 if (Iscntrl(p)) {
H A Dtc.bind.c277 if (Iscntrl(*s)) {
/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
H A Dchartype.c354 else if (IsASCII(c) && Iscntrl(c))
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregclass.c71 static int Iscntrl(int c) { return iswcntrl(c); } function
113 { SZ("cntrl"), Iscntrl },
/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
H A Dchartype.c351 else if (IsASCII(c) && Iscntrl(c))

Completed in 188 milliseconds