Home
last modified time | relevance | path

Searched refs:using_plan_a (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/usr.bin/patch/
H A Dinp.c81 if (using_plan_a) { in re_input()
90 using_plan_a = true; /* maybe the next one is smaller */ in re_input()
110 (using_plan_a ? "A" : "B")); in scan_input()
291 using_plan_a = false; in plan_b()
390 if (using_plan_a) in ifetch()
H A Dcommon.h65 extern bool using_plan_a; /* try to keep everything in memory */
H A Dutil.c196 if (using_plan_a) in savestr()
H A Dpatch.c55 bool using_plan_a = true; /* try to keep everything in memory */ variable
393 if (out_of_mem && using_plan_a) { in main()
H A Dpch.c166 if (!using_plan_a) in grow_hunkmax()