Searched refs:_CTR (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.char.c42 _CTR, _CTR, _CTR, _CTR,
45 _CTR, _CTR, _CTR, _CTR,
48 _CTR, _CTR|_S
[all...]
H A Dsh.char.h124 #undef _CTR macro
125 #define _CTR 0x4000 /* control */ macro
298 # define IscntrlM(c) (cmap((c),_CTR) && !(((c) & META) && AsciiOnly))
300 # define IsprintM(c) (!cmap((c),_CTR) && !(((c) & META) && AsciiOnly))
303 # define Iscntrl(c) (cmap((c),_CTR) && !(((c) & META) && AsciiOnly))
304 # define Isprint(c) (!cmap((c),_CTR) && !(((c) & META) && AsciiOnly))

Completed in 177 milliseconds