Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/csplit/
H A Dcsplit.c92 static int doclean; /* Should cleanup() remove output? */ variable
147 doclean = 1; in main()
207 doclean = 0; in main()
254 if (!doclean) in cleanup()