Searched refs:found_revision (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/gpatch-3/patch/
H A Dinp.c106 report_revision (int found_revision) argument
110 if (found_revision)
295 int found_revision = 0; local
307 found_revision = 1;
312 report_revision (found_revision);
330 register int found_revision; local
348 found_revision = !rev;
364 if (!found_revision)
368 found_revision = ISSPACE ((unsigned char) c);
380 report_revision (found_revision);
[all...]
/macosx-10.10/patch_cmds-17/patch/
H A Dinp.c341 bool found_revision = (revision == NULL); local
350 if (revision != NULL && !found_revision && rev_in_string(buf))
351 found_revision = true;
360 if (!found_revision) {

Completed in 252 milliseconds