Searched refs:skip_rest_of_patch (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/usr.bin/patch/
H A Dpatch.c81 bool skip_rest_of_patch = false; variable
232 if (!skip_rest_of_patch)
239 if (!skip_rest_of_patch)
258 if (!skip_rest_of_patch) {
283 skip_rest_of_patch = true;
296 skip_rest_of_patch = true;
307 } while (!skip_rest_of_patch && where == 0 &&
310 if (skip_rest_of_patch) { /* just got decided */
320 if (skip_rest_of_patch) {
364 if (!skip_rest_of_patch
[all...]
H A Dcommon.h98 extern bool skip_rest_of_patch;
H A Dpch.c208 skip_rest_of_patch = true;
225 skip_rest_of_patch = true;
1413 if (!skip_rest_of_patch) {

Completed in 100 milliseconds