Home
last modified time | relevance | path

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

/netbsd/usr.bin/patch/
H A Dinp.c85 if (using_plan_a) { in re_input()
94 using_plan_a = true; /* maybe the next one is smaller */ in re_input()
114 (using_plan_a ? "A" : "B")); in scan_input()
394 using_plan_a = false; in plan_b()
477 if (using_plan_a) in ifetch()
H A Dcommon.h77 extern bool using_plan_a; /* try to keep everything in memory */
H A Dpatch.c59 bool using_plan_a = true; /* try to keep everything in memory */ variable
350 if (out_of_mem && using_plan_a) { in main()
H A Dutil.c201 if (using_plan_a) in savestr()
H A Dpch.c180 if (!using_plan_a) in grow_hunkmax()