Searched refs:ISCTRL (Results 1 – 3 of 3) sorted by relevance
1619 if (ISCTRL(c) && /* but not C1 */ c < 0x80) in x_size2()1644 } else if (ISCTRL(c) && /* but not C1 */ c < 0x80) { in x_zotc3()2393 if (ISCTRL(c)) { in x_mapout2()3375 #define char_len(c) ((ISCTRL((unsigned char)c) && \3789 if (ISCTRL(ch) && /* but not C1 */ ch < 0x80) { in vi_hook()5148 if (ISCTRL(ch) && /* but not C1 */ ch < 0x80) { in display()5428 if (ISCTRL(c)) { in x_vi_zotc()
781 if (ISCTRL(c & 0x7F)) { in vistree()805 if (ISCTRL(c & 0x7F)) { in dumpchar()
1589 #define ISCTRL(x) (((signed char)((uint8_t)(x) + 1)) < 33) macro