Searched refs:tmpFile (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xditview/dist/
H A Dpage.c59 if (dw->dvi.tmpFile)
60 m->position = ftell(dw->dvi.tmpFile);
78 if (dw->dvi.tmpFile) {
80 fseek(dw->dvi.tmpFile, position, SEEK_SET);
H A DDviP.h166 FILE *tmpFile; /* used when reading stdin */ member in struct:__anon55aa3d250108
203 (dw->dvi.tmpFile ? (\
211 ((*cp = getc (dw->dvi.tmpFile)) == EOF) ? (\
212 fseek (dw->dvi.tmpFile, 0l, SEEK_END),\
225 ungetc (c, dw->dvi.tmpFile)\
H A Dlex.c21 putc(*cp, dw->dvi.tmpFile);
H A DDvi.c220 dw->dvi.tmpFile = NULL;
414 if (dw->dvi.tmpFile)
415 fclose(dw->dvi.tmpFile);
422 dw->dvi.tmpFile = NULL;
428 dw->dvi.tmpFile = fopen(tmpName, "w+");
433 dw->dvi.tmpFile = fdopen(fd, "w+");
434 if (dw->dvi.tmpFile == NULL)

Completed in 5 milliseconds