Searched defs:from1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c124 static int from1, to1, from2, to2; variable
272 /* Catch up to from1 and from2 */
274 n1 = from1 - num1;
311 n1 = to1 - from1;
494 from1 = atoi(cps);
495 to1 = from1;

Completed in 102 milliseconds