Searched refs:Toc (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dtocutil.h31 extern Toc TUMalloc (void);
32 extern int TUScanFileOutOfDate (Toc);
33 extern void TUCheckSequenceMenu (Toc);
34 extern void TUScanFileForToc (Toc);
35 extern int TUGetMsgPosition (Toc, Msg);
38 extern void TULoadSeqLists (Toc);
39 extern void TURefigureWhatsVisible (Toc);
40 extern void TULoadTocFile (Toc);
41 extern void TUSaveTocFile (Toc);
42 extern void TUEnsureScanIsValidAndOpen (Toc, Boolea
[all...]
H A Dtoc.h33 extern Toc TocCreate (const char *);
34 extern Toc TocCreateFolder (const char *);
35 extern int TocHasMail (Toc);
37 extern Boolean TocTestAndSetDeletePending(Toc);
38 extern void TocClearDeletePending (Toc);
39 extern void TocDeleteFolder (Toc);
40 extern void TocSetScrn (Toc, Scrn);
42 extern void TocRemoveMsg (Toc, Msg);
43 extern void TocRecheckValidity (Toc);
44 extern void TocSetCurMsg (Toc, Ms
[all...]
H A Dtsource.h60 toc Toc Pointer NULL
63 #define XtCToc "Toc"
73 extern Msg MsgFromPosition(Toc, XawTextPosition, XawTextScanDirection);
74 extern void TSourceInvalid(Toc, XawTextPosition, int);
H A Dmlist.h36 extern MsgList StringToMsgList(Toc, char *);
H A Dmsg.h36 extern void MsgSetFate(Msg, FateType, Toc);
37 extern FateType MsgGetFate(Msg, Toc *);
42 extern Toc MsgGetToc(Msg);
H A DtsourceP.h95 Toc toc;
H A Dexterns.h84 extern void AddPick (Scrn, Toc, const char *, const char *);
110 extern int TocFolderExists (Toc);
111 extern Boolean TocHasChanges (Toc);
166 extern MsgList CurMsgListOrCurMsg (Toc);
169 extern Toc SelectedToc (Scrn);
170 extern Toc CurrentToc (Scrn);
H A Dtoc.c107 int TocFolderExists(Toc toc)
158 Toc toc;
181 folderList = XtMallocArray((Cardinal)numFolders, sizeof(Toc));
200 Toc TocCreate(const char *foldername)
202 Toc toc = TUMalloc();
205 folderList = XtReallocArray(folderList, ++numFolders, sizeof(Toc));
213 Toc TocCreateFolder(const char *foldername)
215 Toc toc;
225 int TocHasMail(Toc toc)
230 static int CheckForNewMail(Toc to
[all...]
H A Dtocintrnl.h49 Toc toc; /* Which toc this message is in. */
50 Toc desttoc; /* Folder to copy or move to (NULL if none) */
H A Dtsource.c120 Toc toc,
149 CoerceToLegalPosition(Toc toc, XawTextPosition position)
163 Toc toc = source->toc_source.toc;
195 Toc toc = source->toc_source.toc;
238 Toc toc = source->toc_source.toc;
312 * Toc toc = source->toc_source.toc;
327 Toc toc;
339 TSourceInvalid(Toc toc, XawTextPosition position, int length)
H A Dglobals.h99 extern Toc *folderList; /* Array of folders. */
101 extern Toc InitialFolder; /* Toc containing initial folder. */
102 extern Toc DraftsFolder; /* Toc containing drafts. */
H A Dtocfuncs.c74 Toc toc = scrn->toc;
87 if (msg) fate = MsgGetFate(msg, (Toc *)NULL);
92 if (msg) fate = MsgGetFate(msg, (Toc *)NULL);
179 Toc toc = scrn->toc;
213 Toc toc = scrn->toc;
254 Toc toc = scrn->toc;
294 Toc toc = scrn->toc;
295 Toc desttoc;
556 Toc toc = scrn->toc;
604 Toc to
[all...]
H A Dmain.c44 Toc *folderList; /* Array of folders. */
46 Toc InitialFolder; /* Toc containing initial folder. */
47 Toc DraftsFolder; /* Toc containing drafts. */
H A Dtocutil.c40 Toc TUMalloc(void)
42 Toc toc;
54 int TUScanFileOutOfDate(Toc toc)
64 void TUCheckSequenceMenu(Toc toc)
129 void TUScanFileForToc(Toc toc)
160 int TUGetMsgPosition(Toc toc, Msg msg)
194 Toc toc;
218 Toc toc;
245 void TULoadSeqLists(Toc toc)
305 void TURefigureWhatsVisible(Toc to
[all...]
H A Dxmh.h89 typedef struct _TocRec *Toc; typedef in typeref:struct:_TocRec *
118 Widget toclabel; /* Toc titlebar. */
119 Widget tocwidget; /* Toc text. */
125 Toc toc; /* The table of contents. */
H A Dfolder.c43 Toc toc; /* the toc of the selected folder */
44 Toc original_toc; /* the toc of the current folder */
74 Toc toc;
154 Toc toc = SelectedToc(scrn);
234 Toc toc = SelectedToc(scrn);
265 Toc toc;
371 Toc toc = deleteData->toc;
425 Toc toc = deleteData->toc;
501 Toc toc = SelectedToc(scrn);
524 deleteData->original_toc = (Toc) NUL
[all...]
H A Dmlist.c102 MsgList StringToMsgList(Toc toc, char *str)
H A Dutil.c346 MsgList CurMsgListOrCurMsg(Toc toc)
381 Toc SelectedToc(Scrn scrn)
383 Toc toc;
393 Toc CurrentToc(Scrn scrn)
H A Dmsg.c441 void MsgSetFate(Msg msg, FateType fate, Toc desttoc)
443 Toc toc = msg->toc;
478 FateType MsgGetFate(Msg msg, Toc *toc)
527 Toc MsgGetToc(Msg msg)
H A Dviewfuncs.c283 MsgSetFate(scrn->msg, Fdelete, (Toc)NULL);
H A Dpick.c90 Toc toc; /* Toc for folder being scanned. */
352 Toc toc = pick->toc;
706 void AddPick(Scrn scrn, Toc toc, const char *fromseq, const char *toseq)
H A Dscreen.c403 TocSetScrn((Toc) NULL, scrn);

Completed in 18 milliseconds