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

12

/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dwcwidth.h23 /* Get wcwidth if available, along with wchar_t. */
32 # ifndef wcwidth
35 /* wcwidth doesn't exist, so assume all printable characters have
38 wcwidth (wchar_t wc) function
45 /* wcwidth exists but is not declared. */
50 int wcwidth (int /* actually wchar_t */);
H A Dmbchar.h160 #include "wcwidth.h"
244 int w = wcwidth (wc);
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dwcwidth.c39 __FBSDID("$FreeBSD: src/lib/libc/locale/wcwidth.c,v 1.8 2007/01/09 00:28:01 imp Exp $");
45 #undef wcwidth macro
48 wcwidth(wchar_t wc) function
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.nls.c45 l = wcwidth(c);
61 if ((l = wcwidth(c)) < 0)
/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_cchar.c63 || (len > 1 && wcwidth(wch[0]) < 0)) {
74 if (wcwidth(wch[i]) != 0) {
H A Dlib_ins_wch.c51 int cells = wcwidth(CharOf(CHDEREF(wch)));
118 int len = wcwidth(*cp);
H A Dlib_wacs.c101 int wide = wcwidth(table[n].value[active]);
/macosx-10.10.1/file_cmds-242/ls/
H A Dutil.c83 n += wcwidth(wc);
120 n += wcwidth(wc);
186 len += wcwidth(wc);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_slkset.c92 if (wcwidth(wc) + numcols > limit)
94 numcols += wcwidth(wc);
H A Dlib_addstr.c181 len = wcwidth(CharOf(astr[i]));
/macosx-10.10.1/text_cmds-88/colrm/
H A Dcolrm.c120 if ((width = wcwidth(ch)) > 0)
/macosx-10.10.1/doc_cmds-49/colcrt/
H A Dcolcrt.c163 if ((w = wcwidth(c)) <= 0)
247 if ((w = wcwidth(*cp)) > 0) {
/macosx-10.10.1/text_cmds-88/expand/
H A Dexpand.c152 if ((width = wcwidth(wc)) > 0)
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dmbutil.c121 if (wcwidth (wc) == 0)
134 while (MB_NULLWCH (tmp) == 0 && MB_INVALIDCH (tmp) == 0 && wcwidth (wc) == 0)
186 if (wcwidth (wc) != 0)
/macosx-10.10.1/shell_cmds-179/hexdump/
H A Dconv.c132 width = wcwidth(wc);
/macosx-10.10.1/text_cmds-88/fold/
H A Dfold.c222 if ((w = wcwidth(ch)) > 0)
/macosx-10.10.1/text_cmds-88/fmt/
H A Dfmt.c538 width += (cwidth = wcwidth(*p)) > 0 ? cwidth : 1;
611 width += (cwidth = wcwidth(*p)) > 0 ? cwidth : 1;
651 col += (cwidth = wcwidth(ch)) > 0 ? cwidth : 1;
/macosx-10.10.1/text_cmds-88/unexpand/
H A Dunexpand.c185 if ((width = wcwidth(ch)) > 0)
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dwchar.h167 int wcwidth(wchar_t);
232 #pragma GCC poison fgetwln fgetws fputwc fputws fwprintf fwscanf mbrtowc mbsnrtowcs mbsrtowcs putwc putwchar swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf vwprintf vwscanf wcrtomb wcscat wcschr wcscmp wcscoll wcscpy wcscspn wcsftime wcsftime wcslcat wcslcpy wcslen wcsncat wcsncmp wcsncpy wcsnrtombs wcspbrk wcsrchr wcsrtombs wcsspn wcsstr wcstod wcstof wcstok wcstol wcstold wcstoll wcstoul wcstoull wcswidth wcsxfrm wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wprintf wscanf
/macosx-10.10.1/text_cmds-88/col/
H A Dcol.c227 if ((width = wcwidth(ch)) > 0)
304 c->c_width = wcwidth(ch);
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.c274 return wcwidth(c);
H A Dchartype.h112 #define Width(c) wcwidth(c)
/macosx-10.10.1/libedit-40/src/
H A Dchartype.c271 return wcwidth(c);
H A Dchartype.h115 int w = wcwidth(c);
/macosx-10.10.1/nano-12/src/
H A Dchars.c303 /* This function is equivalent to wcwidth() for multibyte characters. */
318 width = wcwidth(wc);
322 width = wcwidth(wc);

Completed in 222 milliseconds

12