ISCTL
#define ISCTL(c) ((c) >= CTL_FIRST && (c) <= CTL_LAST)
#define ISCTL(c) (BASESYNTAX[(int)(c)] == CCTL)