Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dinp.c80 if (using_plan_a) { in re_input()
89 using_plan_a = true; /* maybe the next one is smaller */ in re_input()
109 (using_plan_a ? "A" : "B")); in scan_input()
291 using_plan_a = false; in plan_b()
386 if (using_plan_a) in ifetch()
H A Dcommon.h64 extern bool using_plan_a; /* try to keep everything in memory */
H A Dutil.c195 if (using_plan_a) in savestr()
H A Dpatch.c54 bool using_plan_a = true; /* try to keep everything in memory */ variable
392 if (out_of_mem && using_plan_a) { in main()
H A Dpch.c165 if (!using_plan_a) in grow_hunkmax()