HomeSort by: relevance | last modified time | path
    Searched defs:hight (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/diffutils/dist/src/
diff3.c 1386 lin hight = D_HIGHLINE (ptr, realfile);
1388 long lhight = hight;
1391 switch (lowt - hight)
1406 if (lowt <= hight)
1416 while (++line < hight - lowt + 1);
1382 lin hight = D_HIGHLINE (ptr, realfile); local
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 1487 hight = D_HIGHLINE (ptr, realfile);
1490 switch (lowt - hight)
1499 printf_output ("%d,%dc\n", lowt, hight);
1505 if (lowt <= hight)
1515 while (++line < hight - lowt + 1);
1483 hight = D_HIGHLINE (ptr, realfile); local

Completed in 28 milliseconds