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

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.char.h213 # define IscntrlM(c) (((Char)(c) & QUOTE) ? 0 : NXIsCntrl((unsigned) (c))) macro
235 # define IscntrlM(c) (((Char)(c) & QUOTE) ? 0 : iscntrl((tcshuc) (c))) macro
277 # define IscntrlM(c) (((Char)(c) & QUOTE) ? 0 : iscntrl( oem_it((tcshuc)(c)))) macro
298 # define IscntrlM(c) (cmap((c),_CTR) && !(((c) & META) && AsciiOnly)) macro

Completed in 109 milliseconds