O_EVENP
#define EVENP O_EVENP
switch (csp->t_flags & (O_EVENP|O_ODDP)) {
case O_EVENP:
case O_EVENP|O_ODDP:
csp->t_flags &= (O_CTLECH|O_LITOUT|O_PASS8|O_ODDP|O_EVENP);
csp->t_flags &= ~(O_ODDP|O_EVENP|O_PASS8);
csp->t_flags |= O_EVENP;
csp->t_flags |= O_ODDP|O_EVENP;
#define EVENP O_EVENP