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

  /xsrc/external/mit/xmh/dist/
tocintrnl.h 53 XawTextPosition position; /* Position in the scanfile for this msg. */
57 short length; /* #/chars for this msg's entry in scanfile */
78 char *scanfile; /* Full path to file containing scan. */ member in struct:_TocRec
89 int length; /* #/chars in the scanfile. */
90 int origlength; /* Original #/chars in the scanfile. */
tocutil.c 148 DoCommand(argv, (char *) NULL, toc->scanfile);
347 /* (Re)load the toc from the scanfile. If reloading, this makes efforts to
370 toc->lastreaddate = LastModifyDate(toc->scanfile);
375 fid = FOpenAndCheck(toc->scanfile, "r");
479 fid = myopen(toc->scanfile, O_RDWR, 0666);
491 fid = myopen(toc->scanfile, O_RDWR, 0666);
498 toc->lastreaddate = LastModifyDate(toc->scanfile);
532 * Need to make sure the scanfile exists at this point.
534 int fid = myopen(toc->scanfile, O_RDWR|O_CREAT, 0666);
573 if (! toc->scanfile) {
    [all...]
toc.c 590 (void) unlink(toc->scanfile);
1079 /* The given message has changed. Rescan it and change the scanfile. */

Completed in 7 milliseconds