op_strict 751 scripts/unifdef.c return op_strict(p, a < b, at, bt); op_strict 754 scripts/unifdef.c return op_strict(p, a > b, at, bt); op_strict 757 scripts/unifdef.c return op_strict(p, a <= b, at, bt); op_strict 760 scripts/unifdef.c return op_strict(p, a >= b, at, bt); op_strict 763 scripts/unifdef.c return op_strict(p, a == b, at, bt); op_strict 766 scripts/unifdef.c return op_strict(p, a != b, at, bt); op_strict 771 scripts/unifdef.c return op_strict(p, a || b, at, bt); op_strict 776 scripts/unifdef.c return op_strict(p, a && b, at, bt);