Lines Matching defs:mbox
24 typedef struct mbox {
25 struct mbox *mb_next; /* next mbox in list */
38 static mbox_t mbox;
43 static mbox_t * mballoc ARGS((char *p, char *m)); /* allocate a new mbox */
63 mbp = &mbox;
103 if (mbox.mb_msg)
104 afree((void *)mbox.mb_msg, APERM);
105 if (mbox.mb_path)
106 afree((void *)mbox.mb_path, APERM);
108 mbox.mb_path = str_save(p, APERM);
109 mbox.mb_msg = NULL;
111 mbox.mb_mtime = stbuf.st_mtime;
113 mbox.mb_mtime = 0;