Lines Matching defs:or
7 * Redistribution and use in source and binary forms, with or without
14 * documentation and/or other materials provided with the distribution.
15 * 3. All advertising materials mentioning features or use of this software
17 * This product includes software developed or owned by Caldera
20 * contributors may be used to endorse or promote products derived from
40 * Redistribution and use in source and binary forms, with or without
47 * documentation and/or other materials provided with the distribution.
49 * may be used to endorse or promote products derived from this software
131 static int oflag; /* indicates whether to mark overlaps (-E or -X) */
212 * different from lines in foo), or deletion (lines in foo not present in
219 * addition, 'c' for a change, or 'd' for a deletion. This is then
221 * changed, or deleted text.
423 /* stuff peculiar to third file or different in all */
498 * Print the range of line numbers, rold.from thru rold.to, as n1,n2 or
519 * No difference was reported by diff between file 1 (or 2) and file 3,
556 * Return 1 or 0 according as the old range (in file 1) contains exactly
843 struct range or;
844 or.from = old->from - 1;
845 or.to = new->to;
846 printrange(fp[1], &or);
870 * Print from the final range to the end of 'myfile'. Any deletions or