Searched refs:mh (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | fio.c | 239 * mh context file names 250 * Return the mh message context for folder name. 316 * Update the mh message context for folder name. 429 mhgetcontext(&state.msg.mh, name, 0); 431 while (state.msg.mh.dot < state.msg.count && ((state.msg.list + state.msg.mh.dot - 1)->m_flag & MNONE)) 432 state.msg.mh.dot++; 433 if (state.msg.mh.dot > 0 && state.msg.mh.dot <= state.msg.count) 434 state.msg.context = state.msg.list + state.msg.mh [all...] |
H A D | quit.c | 132 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 D | cmd2.c | 245 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 D | mailx.h | 699 int inbox; /* Current folder mh state.var.inbox */ 701 struct mhcontext mh; /* mh message format */ member in struct:__anon136::__anon140
|
Completed in 21 milliseconds