Home
last modified time | relevance | path

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

/freebsd/usr.bin/csplit/
H A Dcsplit.c91 static int doclean; /* Should cleanup() remove output? */ variable
146 doclean = 1; in main()
206 doclean = 0; in main()
253 if (!doclean) in cleanup()