Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/patch/
Dpatch.c81 bool skip_rest_of_patch = false; variable
283 if (!skip_rest_of_patch) in main()
290 if (!skip_rest_of_patch) in main()
312 if (!skip_rest_of_patch) { in main()
342 skip_rest_of_patch = true; in main()
355 skip_rest_of_patch = true; in main()
364 } while (!skip_rest_of_patch && where == 0 && in main()
367 if (skip_rest_of_patch) { /* just got decided */ in main()
373 if (skip_rest_of_patch) { in main()
417 if (!skip_rest_of_patch) in main()
[all …]
Dcommon.h91 extern bool skip_rest_of_patch;
Ded.c139 if (skip_rest_of_patch) { in do_ed_script()
Dpch.c217 skip_rest_of_patch = true; in there_is_another_patch()
236 skip_rest_of_patch = true; in there_is_another_patch()