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

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c107 typedef struct { FILE *f_f; char *f_name; wchar_t f_nextc; } FILS; member in struct:__anon1270
642 (void) ungetwc(Files->f_nextc, Files->f_f);
1109 (q = &Files[Multi == 'a' ? 0 : colno])->f_nextc) == WEOF) {
1110 for (q = &Files[Nfiles]; --q >= Files && q->f_nextc == WEOF; )
1118 q->f_nextc = (wchar_t)c;
1120 q->f_nextc = w;
1308 (void) ungetwc(Files[colno].f_nextc, Files[colno].f_f);
1309 Files[colno].f_nextc = C;
1335 f->f_nextc = _fgetwc_pr(f->f_f, &c);
1336 if (f->f_nextc !
[all...]

Completed in 45 milliseconds