FX_DOUPRI
cflags = (pflag ? FX_DOUPRI : 0);
cflags = (pflag ? FX_DOUPRI : 0);
if ((cflags & FX_DOUPRI) != 0) {
} else if ((cflags & (FX_DOUPRILIM|FX_DOUPRI)) == FX_DOUPRI) {
} else if ((cflags & (FX_DOUPRILIM|FX_DOUPRI)) == FX_DOUPRI &&
} else if ((cflags & (FX_DOUPRILIM|FX_DOUPRI)) ==
FX_DOUPRI) {
if ((cflags & FX_DOUPRI) != 0) {
if ((cflags & (FX_DOUPRILIM|FX_DOUPRI)) == FX_DOUPRI) {
if ((fxkparmsp->fx_cflags & FX_DOUPRI) == 0)
fxkparms.fx_cflags = FX_DOUPRILIM | FX_DOUPRI;
fxkparms.fx_cflags = FX_DOUPRILIM | FX_DOUPRI;
if ((fxkparmsp->fx_cflags & FX_DOUPRI) == 0) {
cflags = (fxparmsp->fx_upri != FX_NOCHANGE ? FX_DOUPRI : 0);
fxprmsp->fx_cflags |= FX_DOUPRI;
fxprmsp->fx_cflags = FX_DOUPRI | FX_DOUPRILIM | FX_DOTQ;