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

  /xsrc/external/mit/xmh/dist/
tocintrnl.h 50 Toc desttoc; /* Folder to copy or move to (NULL if none) */ member in struct:_MsgRec
toc.c 378 if (toc2->msgs[j]->desttoc == toc)
515 MsgSetFate(msg2, msg2->fate, msg2->desttoc);
518 MsgSetFate(msg, msg->fate, msg->desttoc);
912 Toc desttoc; local
941 fate = MsgGetFate(msg, &desttoc);
956 curdesttoc = desttoc;
963 curfate == fate && desttoc == curdesttoc) {
1087 Toc desttoc; local
1090 fate = MsgGetFate(msg, &desttoc);
1120 MsgSetFate(msg, fate, desttoc);
    [all...]
tocfuncs.c 295 Toc desttoc; local
301 desttoc = SelectedToc(scrn);
303 desttoc = NULL;
304 if (desttoc == toc)
311 MsgSetFate(msg, fate, desttoc);
318 MsgSetFate(mlist->msglist[i], fate, desttoc);
msg.c 105 (void) strcat(str, msg->desttoc->foldername);
441 void MsgSetFate(Msg msg, FateType fate, Toc desttoc)
447 msg->desttoc = desttoc;
480 if (toc) *toc = msg->desttoc;
tocutil.c 408 msg->desttoc = NULL;
418 MsgSetFate(msg, origmsgs[i]->fate, origmsgs[i]->desttoc);
622 msg->desttoc = NULL;

Completed in 7 milliseconds