Searched refs:noremove (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dquit.c50 static void writeback(int noremove);
62 int noremove /* don't remove system mailbox, trunc it instead */
159 writeback(noremove);
262 writeback(noremove);
271 writeback(int noremove) argument
372 if (!noremove && (fsize(obuf) == 0) && (value("keep") == NOSTR)) {
H A Dfio.c488 int noremove /* don't allow the file to be removed, trunc instead */
597 if (gotcha && !noremove && (value("keep") == NOSTR)) {
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h459 extern int edstop(int noremove);
552 extern void quit(int noremove);

Completed in 59 milliseconds