CONTROL
#define CONTROL(x) ((x) & 037)
#define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */
#define CONTROL 1