Searched refs:ISCONTROLC1 (Results 1 – 2 of 2) sorted by relevance
42 #define ISCONTROLC1(c) (BETWEEN(c, 0x80, 0x9f)) macro43 #define ISCONTROL(c) (ISCONTROLC0(c) || ISCONTROLC1(c))2323 ISCONTROLC1(u)) { in tputc()
48 #define ISCONTROLC1(c) (BETWEEN(c, 0x80, 0x9f)) macro49 #define ISCONTROL(c) (ISCONTROLC0(c) || ISCONTROLC1(c))2333 ISCONTROLC1(u)) { in tputc()