Replace done with exit at uip
authorPhilipp Takacs <philipp@bureaucracy.de>
Sun, 14 Dec 2014 13:45:35 +0000 (14:45 +0100)
committerPhilipp Takacs <philipp@bureaucracy.de>
Fri, 16 Jan 2015 18:18:08 +0000 (19:18 +0100)
commitfede6e42d81ce34fd5c1bbe7fb2757b281c2573a
treeab4fcf47e45a252d4ebd286ea15a309f5390fa1e
parentc62aa648e80ae81ac4aa354ab15783c8fb172514
Replace done with exit at uip

Replace done with exit in most sourcefiles of uip. This makes the
code better to read. If the done was overwritten by an externel function
atexit() is used instand.

send.c and mhl.c are excluded, because need a bit rewrite first.
40 files changed:
uip/ali.c
uip/anno.c
uip/ap.c
uip/burst.c
uip/comp.c
uip/dist.c
uip/dp.c
uip/flist.c
uip/fmtdump.c
uip/folder.c
uip/forw.c
uip/inc.c
uip/mark.c
uip/mhbuild.c
uip/mhfree.c
uip/mhlist.c
uip/mhmail.c
uip/mhparam.c
uip/mhparse.c
uip/mhpath.c
uip/mhshow.c
uip/mhstore.c
uip/mhtest.c
uip/new.c
uip/packf.c
uip/pick.c
uip/prompter.c
uip/rcvdist.c
uip/rcvpack.c
uip/rcvstore.c
uip/refile.c
uip/repl.c
uip/rmf.c
uip/rmm.c
uip/scan.c
uip/slocal.c
uip/sortm.c
uip/spost.c
uip/whatnow.c
uip/whom.c