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

/external/mksh/src/
H A Dtree.c781 if (ISCTRL(c & 0x7F)) {
805 if (ISCTRL(c & 0x7F)) {
H A Dedit.c1619 if (ISCTRL(c) && /* but not C1 */ c < 0x80)
1644 } else if (ISCTRL(c) && /* but not C1 */ c < 0x80) {
2393 if (ISCTRL(c)) {
3375 #define char_len(c) ((ISCTRL((unsigned char)c) && \
3789 if (ISCTRL(ch) && /* but not C1 */ ch < 0x80) {
5148 if (ISCTRL(ch) && /* but not C1 */ ch < 0x80) {
5428 if (ISCTRL(c)) {
H A Dsh.h1589 #define ISCTRL(x) (((signed char)((uint8_t)(x) + 1)) < 33) macro

Completed in 78 milliseconds