Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpatch.c82 bool skip_rest_of_patch = false; variable
257 if (!skip_rest_of_patch) in main()
264 if (!skip_rest_of_patch) in main()
302 if (!skip_rest_of_patch) { in main()
327 skip_rest_of_patch = true; in main()
340 skip_rest_of_patch = true; in main()
351 } while (!skip_rest_of_patch && where == 0 && in main()
354 if (skip_rest_of_patch) { /* just got decided */ in main()
364 if (skip_rest_of_patch) { in main()
408 if (!skip_rest_of_patch && !spew_output()) { in main()
[all …]
H A Dcommon.h91 extern bool skip_rest_of_patch;
H A Dpch.c213 skip_rest_of_patch = true; in there_is_another_patch()
237 skip_rest_of_patch = true; in there_is_another_patch()
1458 if (!skip_rest_of_patch) { in do_ed_script()