Searched defs:mh (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/mailx/
H A Dquit.c132 struct mhcontext mh; local
161 mhgetcontext(&mh, state.path.mail, 1);
162 mh.dot = state.msg.dot - state.msg.list + 1;
187 mhputcontext(&mh, state.path.mail);
H A Dcmd2.c245 struct mhcontext mh; local
325 mhgetcontext(&mh, file, 1);
329 sfprintf(state.path.temp, "%s/%d", file, mh.next);
337 mh.next++;
340 mhputcontext(&mh, file);
860 state.msg.mh.next = num;
926 next = state.msg.mh.next;
H A Dmailx.h699 int inbox; /* Current folder mh state.var.inbox */
701 struct mhcontext mh; /* mh message format */ member in struct:__anon136::__anon140

Completed in 998 milliseconds