Home
last modified time | relevance | path

Searched refs:ISCTRL (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dedit.c1636 if (ISCTRL(c) && /* but not C1 */ c < 0x80) in x_size2()
1661 } else if (ISCTRL(c) && /* but not C1 */ c < 0x80) { in x_zotc3()
2412 if (ISCTRL(c)) { in x_mapout2()
3409 #define char_len(c) ((ISCTRL((unsigned char)c) && \
3837 if (ISCTRL(ch) && /* but not C1 */ ch < 0x80) { in vi_hook()
5197 if (ISCTRL(ch) && /* but not C1 */ ch < 0x80) { in display()
5477 if (ISCTRL(c)) { in x_vi_zotc()
Dtree.c775 if (ISCTRL(c & 0x7F)) { in vistree()
799 if (ISCTRL(c & 0x7F)) { in dumpchar()
Dsh.h1649 #define ISCTRL(x) (((signed char)((uint8_t)(x) + 1)) < 33) macro