Searched defs:mbox (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/
H A Dquit.c308 * Save all of the undetermined messages at the top of "mbox"
318 char* mbox; local
355 * See if there any messages to save in mbox. If no, we
356 * can save copying mbox to /tmp and back.
359 * Delete all untouched messages to keep them out of mbox.
478 * Create another temporary file and copy user's mbox file
479 * darin. If there is no mbox, copy nothing.
484 mbox = expand("&", 1);
487 if (!(obuf = fileopen(mbox, "Ea"))) {
492 chmod(mbox, MAILMOD
[all...]
H A Dmailx.h189 #define MBOX (1<<0) /* send this to mbox, regardless */
831 char* mbox; member in struct:__anon136::__anon147

Completed in 17 milliseconds