Searched refs:btowc (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dacs.c154 _wacs_char[ count ].vals[ 0 ] = ( wchar_t )btowc( '+' );
168 WACS_RARROW->vals[0] = ( wchar_t )btowc( '>' );
169 WACS_LARROW->vals[0] = ( wchar_t )btowc( '<' );
170 WACS_UARROW->vals[0] = ( wchar_t )btowc( '^' );
171 WACS_DARROW->vals[0] = ( wchar_t )btowc( 'v' );
172 WACS_BLOCK->vals[0] = ( wchar_t )btowc( '#' );
173 WACS_CKBOARD->vals[0] = ( wchar_t )btowc( ':' );
174 WACS_DEGREE->vals[0] = ( wchar_t )btowc( 39 ); /* ' */
175 WACS_PLMINUS->vals[0] = ( wchar_t )btowc( '#' );
176 WACS_BOARD->vals[0] = ( wchar_t )btowc( '#' );
[all...]
H A Derase.c86 if (sp->ch != ( wchar_t )btowc(( int ) win->bch ) ||
94 sp->ch = ( wchar_t )btowc(( int ) win->bch);
H A Dclrtobot.c91 if (sp->ch != (wchar_t)btowc((int) win->bch) ||
102 sp->ch = ( wchar_t )btowc(( int ) win->bch);
H A Dclrtoeol.c93 if (sp->ch != ( wchar_t )btowc(( int ) win->bch ) ||
102 sp->ch = ( wchar_t )btowc(( int ) win->bch);
H A Ddelch.c137 temp1->ch = ( wchar_t )btowc(( int ) win->bch );
H A Dadd_wchstr.c208 tp->ch = (wchar_t) btowc((int) win->bch);
248 btowc((int) win->bch);
H A Dinsdelln.c124 = ( wchar_t )btowc(( int ) win->bch );
168 = (wchar_t)btowc((int) win->bch);
H A Daddbytes.c426 tp->ch = (wchar_t) btowc((int) win->bch);
455 tp->ch = (wchar_t) btowc((int) win->bch);
567 tp->ch = (wchar_t) btowc((int) win->bch);
H A Drefresh.c250 == (wchar_t)btowc((int) win->bch)) {
651 blank.ch = ( wchar_t )btowc(( int ) win->bch );
730 while (cp->ch == ( wchar_t )btowc(( int )' ' )
800 && nsp->ch == (wchar_t)btowc((int)' ') /* XXX */
809 while (cep->ch == (wchar_t)btowc((int)' ')
839 csp->ch = (wchar_t)btowc((int)' ');
1385 if (buf[0].ch != ( wchar_t )btowc(( int ) curscr->bch )) {
1387 buf[i].ch = ( wchar_t )btowc(( int ) curscr->bch );
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gnulib/
H A Dwchar.in.h113 # undef btowc
114 # define btowc rpl_btowc
116 _GL_FUNCDECL_RPL (btowc, wint_t, (int c));
117 _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
120 _GL_FUNCDECL_SYS (btowc, wint_t, (int c));
122 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
124 _GL_CXXALIASWARN (btowc);
126 # undef btowc
128 _GL_WARN_ON_USE (btowc, "btowc i
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_wchar.h52 /* We use "btowc" as a sentinel to detect functioning wchar_t support.
70 #define gdb_btowc btowc
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dmultibyte.c31 btowc(int x) { function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/headers/cwchar/
H A Dfunctions_std.cc26 using std::btowc;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/locale/darwin/
H A Dctype_members.cc168 _M_widen[__i] = btowc(__i);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/locale/darwin/
H A Dctype_members.cc170 _M_widen[__i] = btowc(__i);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dwchar.h40 using std::btowc;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_compatibility/
H A Dwchar.h40 using std::btowc;
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A DMakefile.inc29 MAN+= btowc.3 mbrtowc.3 mbsrtowcs.3 \
H A Dmultibyte_amd1.c160 btowc(int c) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cwchar.h76 #undef btowc macro
146 using ::btowc;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h204 "btowc",
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dctype_members.cc259 _M_widen[__i] = btowc(__i);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcfns.h184 "btowc",
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/locale/generic/
H A Dctype_members.cc258 _M_widen[__i] = btowc(__i);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dfnmatch.c187 # define BTOWC(C) btowc (C)

Completed in 200 milliseconds

12