Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pr/
H A Dpr.c107 typedef struct { FILE *f_f; char *f_name; wchar_t f_nextc; } FILS; member
642 (void) ungetwc(Files->f_nextc, Files->f_f); in print()
1109 (q = &Files[Multi == 'a' ? 0 : colno])->f_nextc) == WEOF) { in get()
1110 for (q = &Files[Nfiles]; --q >= Files && q->f_nextc == WEOF; ) in get()
1118 q->f_nextc = (wchar_t)c; in get()
1120 q->f_nextc = w; in get()
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 != WEOF) {
[all …]