Searched refs:wint_t (Results 26 - 50 of 92) sorted by relevance

1234

/freebsd-9.3-release/usr.bin/fold/
H A Dfold.c61 static int newpos(int, wint_t);
160 wint_t ch;
207 newpos(int col, wint_t ch)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstddef.h91 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
94 /* Always define wint_t when modules are available. */
99 typedef __WINT_TYPE__ wint_t; typedef
/freebsd-9.3-release/lib/libc/stdio/
H A Dfgetwln.c46 wint_t wc;
H A Dprintflocal.h88 wint_t wintarg;
H A Dxprintf_str.c129 wcp = *((wint_t **)arg[0]);
166 wint_t ii;
174 ii = *((wint_t *)arg[0]);
/freebsd-9.3-release/contrib/libstdc++/config/locale/darwin/
H A Dctype_members.cc153 wint_t __i;
167 __i < sizeof(_M_widen) / sizeof(wint_t); ++__i)
/freebsd-9.3-release/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c95 wint_t end;
96 wint_t start;
163 _citrus_BIG5_check_excludes(_BIG5EncodingInfo *ei, wint_t c)
204 if (exclude != NULL && (wint_t)start <= exclude->end)
209 exclude->start = (wint_t)start;
210 exclude->end = (wint_t)end;
333 if (_citrus_BIG5_check_excludes(ei, (wint_t)wchar) != 0)
367 _citrus_BIG5_check_excludes(ei, (wint_t)wc) != 0) {
/freebsd-9.3-release/lib/libc/regex/
H A Dregcomp.c89 static void p_ere(struct parse *p, wint_t stop);
92 static void p_bre(struct parse *p, wint_t end1, wint_t end2);
99 static wint_t p_b_symbol(struct parse *p);
100 static wint_t p_b_coll_elem(struct parse *p, wint_t endc);
101 static wint_t othercase(wint_t ch);
102 static void bothcases(struct parse *p, wint_t ch);
103 static void ordinary(struct parse *p, wint_t c
[all...]
H A Dregexec.c65 xmbrtowc(wint_t *wi, const char *s, size_t n, mbstate_t *mbs, wint_t dummy)
85 xmbrtowc_dummy(wint_t *wi,
89 wint_t dummy __unused)
/freebsd-9.3-release/include/xlocale/
H A D_ctype.h173 int iswctype_l(wint_t __wc, wctype_t __charclass, locale_t __l);
175 wint_t towctrans_l(wint_t __wc, wctrans_t desc, locale_t __l);
176 wint_t nextwctype_l(wint_t __wc, wctype_t wct, locale_t __l);
/freebsd-9.3-release/contrib/ncurses/include/
H A Dcurses.wide83 extern NCURSES_EXPORT(int) get_wch (wint_t *); /* generated:WIDEC */
84 extern NCURSES_EXPORT(int) get_wstr (wint_t *); /* generated:WIDEC */
87 extern NCURSES_EXPORT(int) getn_wstr (wint_t *, int); /* generated:WIDEC */
104 extern NCURSES_EXPORT(int) mvget_wch (int, int, wint_t *); /* generated:WIDEC */
105 extern NCURSES_EXPORT(int) mvget_wstr (int, int, wint_t *); /* generated:WIDEC */
106 extern NCURSES_EXPORT(int) mvgetn_wstr (int, int, wint_t *, int); /* generated:WIDEC */
122 extern NCURSES_EXPORT(int) mvwget_wch (WINDOW *, int, int, wint_t *); /* generated:WIDEC */
123 extern NCURSES_EXPORT(int) mvwget_wstr (WINDOW *, int, int, wint_t *); /* generated:WIDEC */
124 extern NCURSES_EXPORT(int) mvwgetn_wstr (WINDOW *, int, int, wint_t *, int);/* generated:WIDEC */
152 extern NCURSES_EXPORT(int) wget_wch (WINDOW *, wint_t *); /* implemente
[all...]
/freebsd-9.3-release/contrib/vis/
H A Dvis.c164 wint_t c, c1, rachar;
185 c = (wint_t)getc(fp);
196 rachar = (wint_t)getc(fp);
/freebsd-9.3-release/contrib/dialog/
H A Ddlg_keys.h31 #define dlg_toupper(ch) towupper((wint_t)ch)
32 #define dlg_isupper(ch) iswupper((wint_t)ch)
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cwctype.h82 using ::wint_t; // cwchar
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfty_alnum.c122 if (iswalnum((wint_t) c))
H A Dfty_alpha.c122 if (iswalpha((wint_t) c))
H A Dfty_int.c40 #define isDigit(c) (iswdigit((wint_t)(c)) || isdigit(UChar(c)))
/freebsd-9.3-release/tools/regression/lib/libc/locale/
H A Dtest-iswctype.c50 int (*func)(wint_t);
/freebsd-9.3-release/contrib/libc-vis/
H A Dvis.c96 static wchar_t *do_svis(wchar_t *, wint_t, int, wint_t, const wchar_t *);
137 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
160 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
181 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra)
263 do_svis(wchar_t *dst, wint_t c, int flags, wint_t next
[all...]
/freebsd-9.3-release/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc243 wint_t __i;
257 __i < sizeof(_M_widen) / sizeof(wint_t); ++__i)
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wch.c61 wget_wch(WINDOW *win, wint_t *result)
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.nls.c42 xwcwidth (wint_t wchar)
/freebsd-9.3-release/usr.bin/expand/
H A Dexpand.c66 wint_t wc;
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h38 using std::wint_t;
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_item_new.c77 if (!iswprint((wint_t) temp[n]))

Completed in 338 milliseconds

1234