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

/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff3.c267 int incompat = 0;
297 incompat++;
301 incompat++;
305 incompat++;
320 incompat++;
353 edscript = incompat & ~merge; /* -AeExX3 without -m implies ed script. */
354 show_2nd |= ~incompat & merge; /* -m without -AeExX3 implies -A. */
355 flagging |= ~incompat & merge;
357 if (incompat > 1 /* Ensure at most one of -AeExX3. */
265 int incompat = 0; local
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff3.c221 int incompat = 0;
249 incompat++;
253 incompat++;
257 incompat++;
272 incompat++;
305 edscript = incompat & ~merge; /* -AeExX3 without -m implies ed script. */
306 show_2nd |= ~incompat & merge; /* -m without -AeExX3 implies -A. */
307 flagging |= ~incompat & merge;
309 if (incompat > 1 /* Ensure at most one of -AeExX3. */
219 int incompat = 0; local
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dtree.c60 static void incompat(op_t, tspec_t, tspec_t);
770 incompat(op, lt, rt);
776 incompat(op, lt, rt);
782 incompat(op, lt, rt);
885 incompat(op, lt, rt);
892 incompat(op, lt, rt);
895 incompat(op, lt, rt);
999 incompat(op, lt, rt);
1083 incompat(op, lt, rt);
1264 /* argument has incompat
2085 incompat(op_t op, tspec_t lt, tspec_t rt) function
[all...]

Completed in 57 milliseconds