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

/illumos-gate/usr/src/cmd/tbl/
H A Dte.c40 while ((p = fgets(s,len,tabin))==0)
51 if (!feof(tabin)) {
52 if (ferror(tabin))
95 c=getc(tabin);
100 c = getc(tabin);
H A Dt1.c72 tabin=stdin; tabout=stdout;
80 fclose(tabin);
132 if (tabin!=stdin) fclose(tabin);
134 tabin = fopen(ifile= *sargv, "r");
140 if (tabin==NULL)
H A Dt0.c63 FILE *tabin /*= stdin */; variable
H A Dt..c76 extern FILE *tabin, *tabout;

Completed in 65 milliseconds