Searched defs:wint_t (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dwchar.h25 typedef grub_int32_t wint_t; typedef
85 static inline wint_t btowc (int c)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dwctype.in.h61 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
62 #if !@HAVE_WINT_T@ && !defined wint_t
63 # define wint_t int macro
69 # define WEOF ((wint_t) -1)
126 (wint_t wc)
138 (wint_t wc)
149 (wint_t wc)
160 (wint_t wc)
171 (wint_t wc)
182 (wint_t w
[all...]
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wchar.h76 extern wint_t m_escapewc(wchar_t **);
145 #undef wint_t macro
151 #define wint_t int /* type as large as either wchar_t or WEOF */ macro
301 #define wctob(c) ((int) (wint_t) (c))
380 * using the system definition of wint_t and wctype_t.
381 * BUT we have just changed the meaning of wint_t above, to an 'int'
382 * which may not be the same size as wint_t.
391 extern int iswctype(wint_t wc, wctype_t desc);

Completed in 73 milliseconds