HomeSort by: relevance | last modified time | path
    Searched refs:fate (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xmh/dist/
tocintrnl.h 59 FateType fate:2; /* What will be done to this message */ member in struct:_MsgRec
tocfuncs.c 76 FateType fate = Fignore; local
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)
300 if (fate == Fcopy || fate == Fmove
    [all...]
toc.c 515 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
924 fate = MsgGetFate(msg, (Toc *)NULL);
925 if (fate != Fignore && fate != Fcopy)
941 fate = MsgGetFate(msg, &desttoc);
942 if (curfate == Fignore && fate != Fignore)
1086 FateType fate; local
    [all...]
msg.c 98 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)
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...]
tocutil.c 407 msg->fate = Fignore;
418 MsgSetFate(msg, origmsgs[i]->fate, origmsgs[i]->desttoc);
621 msg->fate = Fignore;

Completed in 7 milliseconds