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

/freebsd-9.3-release/usr.bin/unifdef/
H A Dunifdef.c756 static Linetype op_strict(int *p, int v, Linetype at, Linetype bt) { function
761 return op_strict(p, a < b, at, bt);
764 return op_strict(p, a > b, at, bt);
767 return op_strict(p, a <= b, at, bt);
770 return op_strict(p, a >= b, at, bt);
773 return op_strict(p, a == b, at, bt);
776 return op_strict(p, a != b, at, bt);
781 return op_strict(p, a || b, at, bt);
786 return op_strict(p, a && b, at, bt);

Completed in 41 milliseconds