Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/patch/
H A Dpatch.c82 bool skip_rest_of_patch = false; variable
235 if (!skip_rest_of_patch) in main()
242 if (!skip_rest_of_patch) in main()
261 if (!skip_rest_of_patch) { in main()
286 skip_rest_of_patch = true; in main()
299 skip_rest_of_patch = true; in main()
310 } while (!skip_rest_of_patch && where == 0 && in main()
323 if (skip_rest_of_patch) { in main()
367 if (!skip_rest_of_patch && !spew_output()) { in main()
374 if (!skip_rest_of_patch) { in main()
[all …]
H A Dcommon.h92 extern bool skip_rest_of_patch;
H A Dpch.c212 skip_rest_of_patch = true; in there_is_another_patch()
231 skip_rest_of_patch = true; in there_is_another_patch()
1436 if (!skip_rest_of_patch) { in do_ed_script()