Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c105 typedef struct { FILE *f_f; char *f_name; wchar_t f_nextc; } FILS; member
640 (void) ungetwc(Files->f_nextc, Files->f_f); in print()
1108 (q = &Files[Multi == 'a' ? 0 : colno])->f_nextc) == WEOF) { in get()
1109 for (q = &Files[Nfiles]; --q >= Files && q->f_nextc == WEOF; ) in get()
1117 q->f_nextc = (wchar_t)c; in get()
1119 q->f_nextc = w; in get()
1307 (void) ungetwc(Files[colno].f_nextc, Files[colno].f_f);
1308 Files[colno].f_nextc = C;
1334 f->f_nextc = _fgetwc_pr(f->f_f, &c);
1335 if (f->f_nextc != WEOF) {
[all …]