Searched defs:fp_ttyi (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c63 FILE *fp_ttyi = NULL, *fp_ttyo; variable
145 fp_ttyi = fdopen(ttyi, "r");
321 while ( (ch = getc(fp_ttyi)) != EOF )
404 fp_ttyi = fdopen(ttyi, "r");
645 fp_ttyi = fdopen(ttyi, "r");
780 if ( (*ptr = getc(fp_ttyi)) == EOF )
800 while ( (ch = getc(fp_ttyi)) != EOF )

Completed in 45 milliseconds