Home
last modified time | relevance | path

Searched refs:itf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h79 extern FILE *itf; /* Input temp file buffer */
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c85 FILE *itf; /* Input temp file buffer */ variable
H A Dlex.c172 fclose(itf); in setfile()
206 if ((itf = fopen(tempMesg, "r")) == NULL) { in setfile()
798 if (head->fp == itf || head->fp == otf) in stop()
H A Dfio.c452 if (fseek(itf, mp->m_offset, 0) < 0) { in setinput()
456 return (itf); in setinput()