HomeSort by: relevance | last modified time | path
    Searched defs:Iscntrl (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
char.h 84 #define Iscntrl(c) (((c) & QUOTE) ? 0 : iscntrl((unsigned char) (c)))
96 #define Iscntrl(c) (cmap(c,_CTR) && !(((c) & META) && AsciiOnly))
char.h 84 #define Iscntrl(c) (((c) & QUOTE) ? 0 : iscntrl((unsigned char) (c)))
96 #define Iscntrl(c) (cmap(c,_CTR) && !(((c) & META) && AsciiOnly))

Completed in 55 milliseconds