sttygetoflags
int oflags = sttygetoflags(tp) & ~flags;
int oflags = sttygetoflags(tp) | flags;
int oflags = sttygetoflags(tp) & ~flags;
int oflags = sttygetoflags(tp) | flags;
static int sttygetoflags(struct termios *);