Searched refs:wcwidth (Results 1 - 25 of 124) sorted by relevance

12345

/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dwcwidth.h23 /* Get wcwidth if available, along with wchar_t. */
56 # ifndef wcwidth
59 /* wcwidth doesn't exist, so assume all printable characters have
62 wcwidth (wchar_t wc) function
69 /* wcwidth exists but is not declared. */
74 int wcwidth (int /* actually wchar_t */);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dwcwidth.h23 /* Get wcwidth if available, along with wchar_t. */
56 # ifndef wcwidth
59 /* wcwidth doesn't exist, so assume all printable characters have
62 wcwidth (wchar_t wc) function
69 /* wcwidth exists but is not declared. */
74 int wcwidth (int /* actually wchar_t */);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dwcwidth.h23 /* Get wcwidth if available, along with wchar_t. */
56 # ifndef wcwidth
59 /* wcwidth doesn't exist, so assume all printable characters have
62 wcwidth (wchar_t wc) function
69 /* wcwidth exists but is not declared. */
74 int wcwidth (int /* actually wchar_t */);
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/solaris/
H A Dwchar.h25 #define wcwidth sun_wcwidth macro
45 #undef wcwidth macro
/netbsd-current/external/bsd/mdocml/dist/
H A Dtest-wchar.c46 if ((width = wcwidth(L' ')) != 1) {
47 fprintf(stderr, "wcwidth(L' ') returned %d\n", width);
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dtuklib_mbstr_width.c40 // and get its width using wcwidth().
49 const int wc_width = wcwidth(wc);
/netbsd-current/lib/libcurses/
H A Dcchar.c97 if (len > CCHARW_MAX || (len > 1 && wcwidth(wch[0]) < 0))
105 if (wcwidth(wch[i]) != 0) {
H A Dins_wstr.c144 cw = wcwidth(*wstr);
172 cw = wcwidth(*(scp - 1));
197 cw = wcwidth(ws[0]);
206 w = wcwidth(*scp);
238 cw = wcwidth(*(scp - 1));
259 cw = wcwidth(ws[0]);
271 w = wcwidth(*scp);
H A Dborder.c208 if (ls && wcwidth(ls->vals[0]))
212 if (rs && wcwidth( rs->vals[0]))
216 if (ts && wcwidth( ts->vals[0]))
220 if (bs && wcwidth( bs->vals[0]))
224 if (tl && wcwidth(tl->vals[0]))
228 if (tr && wcwidth( tr->vals[0]))
232 if (bl && wcwidth( bl->vals[0]))
236 if (br && wcwidth( br->vals[0]))
299 cw = wcwidth(left.vals[0]);
343 cw = wcwidth(righ
[all...]
H A Dbackground.c169 if (!wch->elements || wcwidth(wch->vals[0]) > 1)
182 if (wcwidth( wch->vals[0]))
260 if (!wch->elements || wcwidth( wch->vals[ 0 ]) > 1)
/netbsd-current/tests/lib/libc/locale/
H A Dt_mbstowcs.c192 wcwidth(wbuf[i]) == t->widths[i])
199 wcwidth(wbuf[i]));
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dwchar.in.h25 * the declaration of wcwidth().
508 # undef wcwidth
509 # define wcwidth rpl_wcwidth
511 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
512 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
515 /* wcwidth exists but is not declared. */
516 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
518 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
521 _GL_CXXALIASWARN (wcwidth);
524 # undef wcwidth
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dwchar.in.h25 * the declaration of wcwidth().
560 # undef wcwidth
561 # define wcwidth rpl_wcwidth
563 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
564 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
567 /* wcwidth exists but is not declared. */
568 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
570 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
573 _GL_CXXALIASWARN (wcwidth);
576 # undef wcwidth
[all...]
/netbsd-current/bin/ls/
H A Dutil.c111 return wc == L'\0' ? 0 : wcwidth(wc);
/netbsd-current/lib/libedit/
H A Dliteral.c85 w = wcwidth(end[1]); /* column width of the visible char */
/netbsd-current/external/mit/xorg/bin/xterm/
H A DMakefile12 charclass.c precompose.c wcwidth.c xutf8.c cachedGCs.c xtermcap.c \
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dwchar.h30 * the declaration of wcwidth().
988 # undef wcwidth
989 # define wcwidth rpl_wcwidth
991 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
992 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
995 /* wcwidth exists but is not declared. */
996 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
998 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
1001 _GL_CXXALIASWARN (wcwidth);
1004 # undef wcwidth macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dwchar.h30 * the declaration of wcwidth().
988 # undef wcwidth
989 # define wcwidth rpl_wcwidth
991 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
992 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
995 /* wcwidth exists but is not declared. */
996 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
998 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
1001 _GL_CXXALIASWARN (wcwidth);
1004 # undef wcwidth macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/alpha/gnulib/import/
H A Dwchar.h30 * the declaration of wcwidth().
988 # undef wcwidth
989 # define wcwidth rpl_wcwidth
991 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
992 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
995 /* wcwidth exists but is not declared. */
996 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
998 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
1001 _GL_CXXALIASWARN (wcwidth);
1004 # undef wcwidth macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/arm/gnulib/import/
H A Dwchar.h30 * the declaration of wcwidth().
988 # undef wcwidth
989 # define wcwidth rpl_wcwidth
991 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
992 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
995 /* wcwidth exists but is not declared. */
996 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
998 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
1001 _GL_CXXALIASWARN (wcwidth);
1004 # undef wcwidth macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/armeb/gnulib/import/
H A Dwchar.h30 * the declaration of wcwidth().
988 # undef wcwidth
989 # define wcwidth rpl_wcwidth
991 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
992 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
995 /* wcwidth exists but is not declared. */
996 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
998 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
1001 _GL_CXXALIASWARN (wcwidth);
1004 # undef wcwidth macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/hppa/gnulib/import/
H A Dwchar.h30 * the declaration of wcwidth().
988 # undef wcwidth
989 # define wcwidth rpl_wcwidth
991 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
992 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
995 /* wcwidth exists but is not declared. */
996 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
998 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
1001 _GL_CXXALIASWARN (wcwidth);
1004 # undef wcwidth macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/i386/gnulib/import/
H A Dwchar.h30 * the declaration of wcwidth().
988 # undef wcwidth
989 # define wcwidth rpl_wcwidth
991 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
992 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
995 /* wcwidth exists but is not declared. */
996 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
998 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
1001 _GL_CXXALIASWARN (wcwidth);
1004 # undef wcwidth macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/m68000/gnulib/import/
H A Dwchar.h30 * the declaration of wcwidth().
988 # undef wcwidth
989 # define wcwidth rpl_wcwidth
991 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
992 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
995 /* wcwidth exists but is not declared. */
996 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
998 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
1001 _GL_CXXALIASWARN (wcwidth);
1004 # undef wcwidth macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/m68k/gnulib/import/
H A Dwchar.h30 * the declaration of wcwidth().
988 # undef wcwidth
989 # define wcwidth rpl_wcwidth
991 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
992 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
995 /* wcwidth exists but is not declared. */
996 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
998 _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t));
1001 _GL_CXXALIASWARN (wcwidth);
1004 # undef wcwidth macro
[all...]

Completed in 224 milliseconds

12345