O_ODDP
#define ODDP O_ODDP
switch (csp->t_flags & (O_EVENP|O_ODDP)) {
case O_ODDP:
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_ODDP;
csp->t_flags |= O_ODDP|O_EVENP;
#define ODDP O_ODDP