Searched refs:ISLOWCNTRL (Results 1 – 1 of 1) sorted by relevance
30 #define ISLOWCNTRL(x) ((unsigned char)(x) <= 0x1f) macro37 #define ISCNTRL(x) (ISLOWCNTRL(x) || IS7F(x))