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

/freebsd-11.0-release/contrib/tcsh/
H A Dtc.nls.c125 if ((w > 0 && !(Iscntrl(c) && (c & CHAR) < 0x100)) || (Isprint(c) && !nocomb))
127 if (Iscntrl(c) && (c & CHAR) < 0x100) {
H A Dsh.char.h198 # define Iscntrl(c) (((c) & QUOTE) ? 0 : iswcntrl(c)) macro
212 # define Iscntrl(c) ( (IscntrlM(c)) && !(_enable_mbdisp&&(IsmbyteU((c)))) ) macro
217 # define Iscntrl(c) (((Char)(c) & QUOTE) ? 0 : NXIsCntrl((unsigned) (c))) macro
234 # define Iscntrl(c) ( (IscntrlM(c)) && !(_enable_mbdisp&&(IsmbyteU((c)))) ) macro
236 # define Iscntrl(c) (((Char)(c) & QUOTE) ? 0 : iscntrl((tcshuc) (c))) macro
276 # define Iscntrl(c) ( (IscntrlM(c)) && !(_enable_mbdisp&&(IsmbyteU((c)))) ) macro
280 # define Iscntrl(c) (((Char)(c) & QUOTE) ? 0 : iscntrl( oem_it((tcshuc)(c)))) macro
297 # define Iscntrl(c) ( (IscntrlM(c)) && !(_enable_mbdisp&&(IsmbyteU((c)))) ) macro
301 # 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)) {
/freebsd-11.0-release/lib/libedit/
H A Dchartype.h79 #define Iscntrl(x) iswcntrl(x) macro
135 #define Iscntrl(x) iscntrl((unsigned char)x) macro
H A Dchartype.c354 else if (IsASCII(c) && Iscntrl(c))

Completed in 117 milliseconds