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

  /src/external/gpl2/diffutils/dist/src/
diff3.c 1385 lin lowt = D_LOWLINE (ptr, realfile);
1387 long llowt = lowt;
1391 switch (lowt - hight)
1406 if (lowt <= hight)
1416 while (++line < hight - lowt + 1);
1381 lin lowt = D_LOWLINE (ptr, realfile); local
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 1486 lowt = D_LOWLINE (ptr, realfile),
1490 switch (lowt - hight)
1493 printf_output ("%da\n", lowt - 1);
1496 printf_output ("%dc\n", lowt);
1499 printf_output ("%d,%dc\n", lowt, hight);
1505 if (lowt <= hight)
1515 while (++line < hight - lowt + 1);
1482 lowt = D_LOWLINE (ptr, realfile), local

Completed in 27 milliseconds