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

  /src/external/gpl2/diffutils/dist/src/
analyze.c 469 /* Don't really discard the provisional lines except when they occur
480 /* Cancel provisional discards not in middle of run of discards. */
488 lin provisional = 0;
497 ++provisional;
500 /* Cancel provisional discards at end, and shrink the run. */
502 discards[--j] = 0, --provisional;
505 whose first and last are not provisional. */
508 /* If 1/4 of the lines in the run are provisional,
509 cancel discarding of all provisional lines in the run. */
510 if (provisional * 4 > length
486 lin provisional = 0; local
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
analyze.c 476 /* Don't really discard the provisional lines except when they occur
487 /* Cancel provisional discards not in middle of run of discards. */
495 unsigned int provisional = 0;
504 ++provisional;
507 /* Cancel provisional discards at end, and shrink the run. */
509 discards[--j] = 0, --provisional;
512 whose first and last are not provisional. */
515 /* If 1/4 of the lines in the run are provisional,
516 cancel discarding of all provisional lines in the run. */
517 if (provisional * 4 > length
493 unsigned int provisional = 0; local
    [all...]

Completed in 15 milliseconds