Searched refs:Toc (Results 1 - 22 of 22) sorted by relevance
| /xsrc/external/mit/xmh/dist/ |
| H A D | tocutil.h | 31 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 D | toc.h | 33 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 D | tsource.h | 60 toc Toc Pointer NULL 63 #define XtCToc "Toc" 73 extern Msg MsgFromPosition(Toc, XawTextPosition, XawTextScanDirection); 74 extern void TSourceInvalid(Toc, XawTextPosition, int);
|
| H A D | mlist.h | 36 extern MsgList StringToMsgList(Toc, char *);
|
| H A D | msg.h | 36 extern void MsgSetFate(Msg, FateType, Toc); 37 extern FateType MsgGetFate(Msg, Toc *); 42 extern Toc MsgGetToc(Msg);
|
| H A D | tsourceP.h | 95 Toc toc;
|
| H A D | externs.h | 84 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 D | toc.c | 107 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 D | tocintrnl.h | 49 Toc toc; /* Which toc this message is in. */ 50 Toc desttoc; /* Folder to copy or move to (NULL if none) */
|
| H A D | tsource.c | 120 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 D | globals.h | 99 extern Toc *folderList; /* Array of folders. */ 101 extern Toc InitialFolder; /* Toc containing initial folder. */ 102 extern Toc DraftsFolder; /* Toc containing drafts. */
|
| H A D | tocfuncs.c | 74 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 D | main.c | 44 Toc *folderList; /* Array of folders. */ 46 Toc InitialFolder; /* Toc containing initial folder. */ 47 Toc DraftsFolder; /* Toc containing drafts. */
|
| H A D | tocutil.c | 40 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 D | xmh.h | 89 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 D | folder.c | 43 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 D | mlist.c | 102 MsgList StringToMsgList(Toc toc, char *str)
|
| H A D | util.c | 346 MsgList CurMsgListOrCurMsg(Toc toc) 381 Toc SelectedToc(Scrn scrn) 383 Toc toc; 393 Toc CurrentToc(Scrn scrn)
|
| H A D | msg.c | 441 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 D | viewfuncs.c | 283 MsgSetFate(scrn->msg, Fdelete, (Toc)NULL);
|
| H A D | pick.c | 90 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 D | screen.c | 403 TocSetScrn((Toc) NULL, scrn);
|
Completed in 18 milliseconds