Symbol: getwc
usr/src/cmd/awk_xpg4/awk2.c
265
while (--limit > 0 && (c = getwc(fp)) != endc && c != WEOF)
usr/src/cmd/awk_xpg4/awk2.c
281
while ((c = getwc(fp)) == '\n')
usr/src/cmd/awk_xpg4/awk2.c
291
} while ((c = getwc(fp)) != WEOF);
usr/src/cmd/fmt/fmt.c
173
c = getwc(fi);
usr/src/cmd/fmt/fmt.c
185
c = getwc(fi);
usr/src/cmd/fmt/fmt.c
189
c = getwc(fi);
usr/src/cmd/fmt/fmt.c
193
c = getwc(fi);
usr/src/cmd/fmt/fmt.c
202
c = getwc(fi);
usr/src/cmd/fmt/fmt.c
279
c = getwc(fi);
usr/src/cmd/fold/fold.c
188
c = getwc(stdin);
usr/src/cmd/oawk/lib.c
120
for (; (c = getwc(inf)) != sep && c != EOF && rr < er;
usr/src/cmd/oawk/lib.c
128
if ((c = getwc(inf)) == '\n' || c == EOF)
usr/src/cmd/sgs/lex/common/sub1.c
640
peek = pushptr > pushc ? *--pushptr : getwc(fin);
usr/src/cmd/sgs/lex/common/sub1.c
654
peek = getwc(fin);
usr/src/cmd/sgs/yacc/common/y1.c
279
while ((c = getwc(fdebug)) != EOF)
usr/src/cmd/sgs/yacc/common/y1.c
288
while ((c = getwc(finput)) != EOF) {
usr/src/cmd/sgs/yacc/common/y1.c
292
if ((c = getwc(finput)) != L'A')
usr/src/cmd/sgs/yacc/common/y1.c
308
while ((c = getwc(faction)) != EOF)
usr/src/cmd/sgs/yacc/common/y1.c
317
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1074
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1081
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1097
while ((c = getwc(finput)) != L'>' &&
usr/src/cmd/sgs/yacc/common/y2.c
1124
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1129
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1143
switch (c = getwc(finput)) {
usr/src/cmd/sgs/yacc/common/y2.c
1161
for (c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1163
c = getwc(finput)) {
usr/src/cmd/sgs/yacc/common/y2.c
1180
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1219
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1230
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1299
if ((c = getwc(finput)) == EOF)
usr/src/cmd/sgs/yacc/common/y2.c
1341
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1343
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1350
if ((c = getwc(finput)) == L'}')
usr/src/cmd/sgs/yacc/common/y2.c
1355
if ((c = getwc(finput)) == L'}')
usr/src/cmd/sgs/yacc/common/y2.c
1363
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1382
if (getwc(finput) != L'*')
usr/src/cmd/sgs/yacc/common/y2.c
1385
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1388
if ((c = getwc(finput)) == L'/')
usr/src/cmd/sgs/yacc/common/y2.c
1393
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1421
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1437
while ((c = getwc(finput)) == L' ' || c == L'\t')
usr/src/cmd/sgs/yacc/common/y2.c
1450
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1486
while ((c = getwc(finput)) == L' ' ||
usr/src/cmd/sgs/yacc/common/y2.c
1490
while ((c = getwc(finput)) == L' ' ||
usr/src/cmd/sgs/yacc/common/y2.c
1497
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1550
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1556
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1598
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1603
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1607
if ((c = getwc(finput)) == L'/')
usr/src/cmd/sgs/yacc/common/y2.c
1613
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
1621
while ((c = getwc(finput)) != EOF) {
usr/src/cmd/sgs/yacc/common/y2.c
1624
c = getwc(finput);
usr/src/cmd/sgs/yacc/common/y2.c
805
while ((c = getwc(finput)) != EOF)
usr/src/cmd/sgs/yacc/common/y4.c
460
while ((c = getwc(finput)) != EOF) {
usr/src/cmd/split/split.c
300
wc = getwc(in_file);
usr/src/cmd/ul/ul.c
167
while ((c = getwc(f)) != EOF) {
usr/src/cmd/ul/ul.c
199
switch (c = getwc(f)) {
usr/src/head/iso/wchar_iso.h
210
extern wint_t getwc(__FILE *);
usr/src/head/wchar.h
51
using std::getwc;
usr/src/head/widec.h
55
#define getwchar() getwc(stdin)
usr/src/lib/libc/inc/mtlib.h
70
#define GETWC(s) getwc(s)
usr/src/lib/libc/port/i18n/getwchar.c
53
return (getwc(stdin));
usr/src/test/libc-tests/tests/stdio/orientation_test.c
219
TEST_WIDE(getwc(f));