Searched refs:fate (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dtocintrnl.h59 FateType fate:2; /* What will be done to this message */ member in struct:_MsgRec
H A Dtocfuncs.c76 FateType fate = Fignore; local in function:NextAndPreviousView
87 if (msg) fate = MsgGetFate(msg, (Toc *)NULL);
88 while (msg && ((app_resources.skip_deleted && fate == Fdelete)
89 || (app_resources.skip_moved && fate == Fmove)
90 || (app_resources.skip_copied && fate == Fcopy))) {
92 if (msg) fate = MsgGetFate(msg, (Toc *)NULL);
290 /* Utility: change the fate of a set of messages. */
292 static void MarkMessages(Scrn scrn, FateType fate, int skip) argument
300 if (fate == Fcopy || fate
[all...]
H A Dtoc.c515 MsgSetFate(msg2, msg2->fate, msg2->desttoc);
518 MsgSetFate(msg, msg->fate, msg->desttoc);
821 if (toc->msgs[i]->fate != Fignore) return True;
899 /* Commit all the changes in this toc; all messages will meet their 'fate'. */
911 FateType curfate, fate; local in function:TocCommitChanges
924 fate = MsgGetFate(msg, (Toc *)NULL);
925 if (fate != Fignore && fate != Fcopy)
941 fate = MsgGetFate(msg, &desttoc);
942 if (curfate == Fignore && fate !
1086 FateType fate; local in function:TocMsgChanged
[all...]
H A Dmsg.c98 switch (msg->fate) {
106 if (msg->fate == Fcopy)
439 /* Set the fate of the given message. */
441 void MsgSetFate(Msg msg, FateType fate, Toc desttoc) argument
446 msg->fate = fate;
448 if (fate == Fignore && msg == msg->toc->curmsg)
451 switch (fate) {
476 /* Get the fate of this message. */
481 return msg->fate;
[all...]
H A Dtocutil.c407 msg->fate = Fignore;
418 MsgSetFate(msg, origmsgs[i]->fate, origmsgs[i]->desttoc);
621 msg->fate = Fignore;

Completed in 7 milliseconds