Home
last modified time | relevance | path

Searched defs:IsASCII (Results 1 – 1 of 1) sorted by relevance

/minix3/lib/libedit/
H A Dchartype.h94 #define IsASCII(x) (x < 0x100) macro
150 #define IsASCII(x) isascii((unsigned char)x) macro