Searched refs:op_strict (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c917 static Linetype op_strict(long *p, long v, Linetype at, Linetype bt) { function
922 return op_strict(p, a < b, at, bt);
925 return op_strict(p, a > b, at, bt);
928 return op_strict(p, a <= b, at, bt);
931 return op_strict(p, a >= b, at, bt);
934 return op_strict(p, a == b, at, bt);
937 return op_strict(p, a != b, at, bt);
942 return op_strict(p, a || b, at, bt);
947 return op_strict(p, a && b, at, bt);
950 return op_strict(
[all...]

Completed in 101 milliseconds