HomeSort by: relevance | last modified time | path
    Searched refs:toc (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/xmh/dist/
toc.c 1 /* $XConsortium: toc.c,v 2.59 95/01/09 16:52:53 swick Exp $
2 * $XFree86: xc/programs/xmh/toc.c,v 3.4 2001/10/28 03:34:39 tsi Exp $
28 /* toc.c -- handle things in the toc widget. */
32 #include "toc.h"
107 int TocFolderExists(Toc toc)
110 if (! toc->path) {
111 XtAsprintf(&toc->path, "%s/%s",
112 app_resources.mail_path, toc->foldername)
158 Toc toc; local
202 Toc toc = TUMalloc(); local
215 Toc toc; local
257 Toc toc; local
837 Toc toc = (Toc) client_data; local
907 Toc toc = (Toc) client_data; local
1167 Toc toc; local
    [all...]
tocutil.c 29 /* tocutil.c -- internal routines for toc stuff. */
32 #include "toc.h"
40 Toc TUMalloc(void)
42 Toc toc; local
43 toc = XtNew(TocRec);
44 bzero((char *)toc, (int) sizeof(TocRec));
45 toc->msgs = (Msg *) NULL;
46 toc->seqlist = (Sequence *) NULL;
47 toc->validity = unknown
194 Toc toc; local
218 Toc toc; local
505 Toc toc = (Toc)client_data; local
    [all...]
tsource.c 29 /* File: tsource.c -- the code for a toc source */
48 Offset(toc), XtRPointer, NULL},
120 Toc toc,
126 if (position > toc->lastPos) position = toc->lastPos;
129 h = toc->nummsgs - 1;
132 if (toc->msgs[m]->position > position)
137 msg = toc->msgs[h];
139 msg = toc->msgs[h = l]
163 Toc toc = source->toc_source.toc; local
195 Toc toc = source->toc_source.toc; local
238 Toc toc = source->toc_source.toc; local
327 Toc toc; local
    [all...]
tocfuncs.c 29 /* tocfuncs.c -- action procedures concerning things in the toc widget. */
74 Toc toc = scrn->toc; local
79 if (toc == NULL) return;
80 mlist = TocCurMsgList(toc);
84 msg = TocGetCurMsg(toc);
86 msg = (next ? TocMsgAfter(toc, msg) : TocMsgBefore(toc, msg));
87 if (msg) fate = MsgGetFate(msg, (Toc *)NULL)
179 Toc toc = scrn->toc; local
213 Toc toc = scrn->toc; local
254 Toc toc = scrn->toc; local
294 Toc toc = scrn->toc; local
556 Toc toc = scrn->toc; local
604 Toc toc = scrn->toc; local
662 Toc toc = scrn->toc; local
704 Toc toc = scrn->toc; local
734 Toc toc = scrn->toc; local
784 Toc toc = scrn->toc; local
835 Toc toc = (Toc) scrn->toc; local
861 Toc toc = scrn->toc; local
890 Toc toc = scrn->toc; local
940 Toc toc = scrn->toc; local
    [all...]
tsourceP.h 95 Toc toc; member in struct:__anon9750
folder.c 43 Toc toc; /* the toc of the selected folder */ member in struct:__anon9746
44 Toc original_toc; /* the toc of the current folder */
64 /* Close this toc&view scrn. If this is the last toc&view, quit xmh. */
74 Toc toc; local
96 toc = folderList[i]
154 Toc toc = SelectedToc(scrn); local
234 Toc toc = SelectedToc(scrn); local
265 Toc toc; local
371 Toc toc = deleteData->toc; local
425 Toc toc = deleteData->toc; local
501 Toc toc = SelectedToc(scrn); local
1074 Toc toc; member in struct:_InteractTocTokenRec
1110 Toc toc = (Toc) client_data; local
    [all...]
Makefile.am 50 toc.c \
52 toc.h \
msg.c 82 snprintf(result, sizeof(result), "%s:%d", msg->toc->foldername, msg->msgid);
211 snprintf(result, sizeof(result), "%s/%d", msg->toc->path, msg->msgid);
217 /* Save any changes to a message. Also calls the toc routine to update the
229 TocMsgChanged(msg->toc, msg);
235 msg->toc->foldername, msg->msgid);
284 TocRemoveMsg(scrn->msg->toc, scrn->msg);
441 void MsgSetFate(Msg msg, FateType fate, Toc desttoc)
443 Toc toc = msg->toc; local
    [all...]
mlist.c 100 messages in the given toc. */
102 MsgList StringToMsgList(Toc toc, char *str)
119 msg = TocMsgFromId(toc, i);
util.c 346 MsgList CurMsgListOrCurMsg(Toc toc)
350 result = TocCurMsgList(toc);
351 if (result->nummsgs == 0 && (curmsg = TocGetCurMsg(toc))) {
381 Toc SelectedToc(Scrn scrn)
383 Toc toc; local
387 if ((toc = TocGetNamed(scrn->curfolder)) == NULL)
388 toc = TocCreate(scrn->curfolder);
389 return toc;
    [all...]
tocintrnl.h 30 /* Includes for modules implementing toc stuff. */
49 Toc toc; /* Which toc this message is in. */ member in struct:_MsgRec
50 Toc desttoc; /* Folder to copy or move to (NULL if none) */
75 Cardinal num_scrns; /* How many scrns are currently showing toc. */
76 char *foldername; /* Folder name for this toc */
79 Msg curmsg; /* Current msgid for this toc. */
92 ValidType validity; /* Whether the scan file for this toc is */
94 Boolean needsrepaint; /* TRUE if we should repaint this toc. *
    [all...]
main.c 44 Toc *folderList; /* Array of folders. */
46 Toc InitialFolder; /* Toc containing initial folder. */
47 Toc DraftsFolder; /* Toc containing drafts. */
69 DEBUG("[magic toc check ...")
71 if (scrnList[i]->toc)
72 TocRecheckValidity(scrnList[i]->toc);
pick.c 90 Toc toc; /* Toc for folder being scanned. */ member in struct:_PickRec
111 * of the Text widget in text fields of pick and popups. The toc's
352 Toc toc = pick->toc; local
380 if (TocGetSeqNamed(toc, fromseq) == NULL) {
390 AppendArgv(folderpath = TocMakeFolderName(toc));
436 TocReloadSeqLists(toc);
    [all...]
xmh.h 89 typedef struct _TocRec *Toc;
118 Widget toclabel; /* Toc titlebar. */
119 Widget tocwidget; /* Toc text. */
125 Toc toc; /* The table of contents. */ member in struct:_ScrnRec
154 #include "toc.h"
screen.c 190 /* Create subwidgets for a toc&view window. */
211 scrn->tocwidget = CreateTextSW(scrn, "toc", args, XtNumber(args));
403 TocSetScrn((Toc) NULL, scrn);
462 value = TocCanIncorporate(scrn->toc);
467 value = TocHasSequences(scrn->toc);
  /xsrc/external/mit/libXcursor/dist/src/
file.c 356 XcursorUInt toc; local
369 for (toc = 0; toc < fileHeader->ntoc; toc++)
371 if (!_XcursorWriteUInt (file, fileHeader->tocs[toc].type))
373 if (!_XcursorWriteUInt (file, fileHeader->tocs[toc].subtype))
375 if (!_XcursorWriteUInt (file, fileHeader->tocs[toc].position))
384 int toc)
387 (*file->seek) (file, fileHeader->tocs[toc].position, SEEK_SET) == EOF)
395 int toc,
478 XcursorUInt toc; local
749 int toc; local
819 int toc = _XcursorFindImageToc (fileHeader, bestSize, n); local
861 XcursorUInt toc; local
920 XcursorUInt toc; local
999 int toc; local
    [all...]
  /xsrc/external/mit/libxkbfile/dist/src/
xkmout.c 130 xkmSectionInfo *toc, int *offset_inout)
162 toc->type = XkmVirtualModsIndex;
163 toc->format = MSBFirst;
164 toc->size = 4 + XkbPaddedSize(nBound) + szNames + SIZEOF(xkmSectionInfo);
165 toc->offset = *offset_inout;
166 (*offset_inout) += toc->size;
202 SizeXKMKeycodes(XkbFileInfo *result, xkmSectionInfo *toc, int *offset_inout)
225 toc->type = XkmKeyNamesIndex;
226 toc->format = MSBFirst;
227 toc->size = size + SIZEOF(xkmSectionInfo)
1365 xkmSectionInfo toc[MAX_TOC]; local
    [all...]
xkmread.c 1091 int max_toc, xkmSectionInfo *toc)
1112 fprintf(stderr, "Warning! Too many TOC entries; last %d ignored\n",
1118 fread(&toc[i], SIZEOF(xkmSectionInfo), 1, file);
1124 XkmFindTOCEntry(xkmFileInfo *finfo, xkmSectionInfo *toc, unsigned type)
1129 if (toc[i].type == type)
1130 return &toc[i];
1137 xkmSectionInfo * toc,
1148 fseek(file, toc->offset, SEEK_SET);
1151 if ((tmpTOC.type != toc->type) || (tmpTOC.format != toc->format) |
1248 xkmSectionInfo toc[MAX_TOC], tmpTOC; local
    [all...]
  /xsrc/external/mit/freetype/dist/docs/reference/stylesheets/
extra.css 114 /* toc table */
115 table.toc {
119 table.toc td.link {
125 table.toc td.desc {
130 table.toc td.desc p:first-child {
134 table.toc td.desc p {
  /xsrc/external/mit/freetype/dist/src/pcf/
pcfread.c 98 PCF_Toc toc = &face->toc; local
108 FT_STREAM_READ_FIELDS( pcf_toc_header, toc ) )
111 if ( toc->version != PCF_FILE_VERSION ||
112 toc->count == 0 )
118 /* we need 16 bytes per TOC entry, */
120 if ( toc->count > ( stream->size >> 4 ) ||
121 toc->count > 9 )
125 toc->count,
127 toc->count = FT_MIN( stream->size >> 4, 9 )
    [all...]
pcf.h 154 PCF_TocRec toc; member in struct:PCF_FaceRec_
pcfdrivr.c 225 FT_FREE( face->toc.tables );
  /xsrc/external/mit/xorg-server/dist/xkb/
xkmread.c 1190 xkmSectionInfo * toc)
1211 DebugF("Warning! Too many TOC entries; last %d ignored\n",
1216 if (fread(&toc[i], SIZEOF(xkmSectionInfo), 1, file) != 1)
1229 xkmSectionInfo toc[MAX_TOC], tmpTOC; local
1234 if (!XkmReadTOC(file, &fileInfo, MAX_TOC, toc))
1244 fseek(file, toc[i].offset, SEEK_SET);
1247 if ((tmpTOC.type != toc[i].type) || (tmpTOC.format != toc[i].format) ||
1248 (tmpTOC.size != toc[i].size) || (tmpTOC.offset != toc[i].offset))
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkmread.c 1140 XkmReadTOC(FILE *file,xkmFileInfo* file_info,int max_toc,xkmSectionInfo *toc)
1160 DebugF("Warning! Too many TOC entries; last %d ignored\n",
1165 fread(&toc[i],SIZEOF(xkmSectionInfo),1,file);
1177 xkmSectionInfo toc[MAX_TOC],tmpTOC; local
1182 if (!XkmReadTOC(file,&fileInfo,MAX_TOC,toc))
1192 fseek(file,toc[i].offset,SEEK_SET);
1195 if ((tmpTOC.type!=toc[i].type)||(tmpTOC.format!=toc[i].format)||
1196 (tmpTOC.size!=toc[i].size)||(tmpTOC.offset!=toc[i].offset))
    [all...]
  /xsrc/external/mit/libXt/dist/src/
Convert.c 445 XrmValue toc; local
449 toc.size = p->to.size;
451 toc.addr = (XPointer) &p->to.addr;
453 toc.addr = p->to.addr;
454 (*CEXT(p)->destructor) (app, &toc, CEXT(p)->closure, args,

Completed in 22 milliseconds

1 2