Home
last modified time | relevance | path

Searched refs:getwc (Results 1 – 25 of 38) sorted by relevance

12

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c837 while ((c = getwc(finput)) != EOF)
1107 c = getwc(finput); in gettok()
1114 c = getwc(finput); in gettok()
1130 while ((c = getwc(finput)) != L'>' && in gettok()
1157 c = getwc(finput); in gettok()
1162 c = getwc(finput); in gettok()
1176 switch (c = getwc(finput)) { in gettok()
1194 for (c = getwc(finput); in gettok()
1196 c = getwc(finput)) { in gettok()
1213 c = getwc(finput); in gettok()
[all …]
H A Dy1.c280 while ((c = getwc(fdebug)) != EOF) in others()
289 while ((c = getwc(finput)) != EOF) { in others()
293 if ((c = getwc(finput)) != L'A') in others()
309 while ((c = getwc(faction)) != EOF) in others()
318 c = getwc(finput); in others()
/titanic_41/usr/src/cmd/fmt/
H A Dfmt.c173 c = getwc(fi); in fmt()
185 c = getwc(fi); in fmt()
189 c = getwc(fi); in fmt()
193 c = getwc(fi); in fmt()
202 c = getwc(fi); in fmt()
278 c = getwc(fi); in fmt()
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_wchar.h124 #undef getwc
138 #define getwc _ast_getwc macro
189 extern __MANGLE__ wint_t getwc __PROTO__((FILE*));
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_wchar.h103 #undef getwc
117 #define getwc _ast_getwc macro
168 extern __MANGLE__ wint_t getwc __PROTO__((FILE*));
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_wchar.h103 #undef getwc
117 #define getwc _ast_getwc macro
168 extern __MANGLE__ wint_t getwc __PROTO__((FILE*));
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_wchar.h124 #undef getwc
138 #define getwc _ast_getwc macro
189 extern __MANGLE__ wint_t getwc __PROTO__((FILE*));
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_wchar.h103 #undef getwc
117 #define getwc _ast_getwc macro
168 extern __MANGLE__ wint_t getwc __PROTO__((FILE*));
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_wchar.h124 #undef getwc
138 #define getwc _ast_getwc macro
189 extern __MANGLE__ wint_t getwc __PROTO__((FILE*));
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_wchar.h124 #undef getwc
138 #define getwc _ast_getwc macro
189 extern __MANGLE__ wint_t getwc __PROTO__((FILE*));
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_wchar.h103 #undef getwc
117 #define getwc _ast_getwc macro
168 extern __MANGLE__ wint_t getwc __PROTO__((FILE*));
/titanic_41/usr/src/head/
H A Dwidec.h53 #define getwc(p) fgetwc(p) macro
55 #define getwchar() getwc(stdin)
/titanic_41/usr/src/lib/libc/port/locale/
H A Dfgetwc.c107 #undef getwc
108 #pragma weak getwc = fgetwc macro
/titanic_41/usr/src/lib/libast/common/features/
H A Dwchar28 #undef getwc
42 #define getwc _ast_getwc
92 extern wint_t getwc(FILE*);
/titanic_41/usr/src/lib/libast/common/stdio/
H A Dgetwc.c27 getwc(Sfio_t* f) in getwc() function
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgetwchar.c53 return (getwc(stdin)); in getwchar()
/titanic_41/usr/src/head/iso/
H A Dwchar_iso.h179 #pragma redefine_extname getwc __getwc_xpg5
199 #define getwc __getwc_xpg5 macro
216 extern wint_t getwc(__FILE *);
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dwchar103 #undef getwc
117 #define getwc _ast_getwc
168 extern __MANGLE__ wint_t getwc __PROTO__((FILE*));
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dwchar103 #undef getwc
117 #define getwc _ast_getwc
168 extern __MANGLE__ wint_t getwc __PROTO__((FILE*));
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dwchar103 #undef getwc
117 #define getwc _ast_getwc
168 extern __MANGLE__ wint_t getwc __PROTO__((FILE*));
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dwchar103 #undef getwc
117 #define getwc _ast_getwc
168 extern __MANGLE__ wint_t getwc __PROTO__((FILE*));
/titanic_41/usr/src/lib/libc/inc/
H A Dmtlib.h72 #define GETWC(s) getwc(s)
/titanic_41/usr/src/lib/libxcurses/h/
H A Dm_wchar.h175 #undef getwc
195 #define getwc getc macro
/titanic_41/usr/src/cmd/oawk/
H A Dlib.c121 for (; (c = getwc(inf)) != sep && c != EOF && rr < er; in getrec()
129 if ((c = getwc(inf)) == '\n' || c == EOF) in getrec()
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk2.c267 while (--limit > 0 && (c = getwc(fp)) != endc && c != WEOF) in charrecord()
283 while ((c = getwc(fp)) == '\n') in multirecord()
293 } while ((c = getwc(fp)) != WEOF); in multirecord()

12