Searched refs:wcwidth (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-10.1-release/contrib/libreadline/
H A DMANIFEST87 support/wcwidth.c f
H A Ddisplay.c727 temp = wcwidth (wc);
1252 tempwidth = wcwidth (wc);
2506 tmp = wcwidth(wc);
H A Dcomplete.c605 w = wcwidth (wc);
673 w = wcwidth (wc);
H A Dconfigure7796 echo "$as_me:$LINENO: checking for wcwidth" >&5
7797 echo $ECHO_N "checking for wcwidth... $ECHO_C" >&6
7807 /* Define wcwidth to an innocuous variant, in case <limits.h> declares wcwidth.
7809 #define wcwidth innocuous_wcwidth
7812 which can conflict with char wcwidth (); below.
7822 #undef wcwidth
7831 char wcwidth ();
7838 char (*f) () = wcwidth;
7847 return f != wcwidth;
[all...]
/freebsd-10.1-release/usr.bin/column/
H A Dcolumn.c322 if ((cw = wcwidth(*wcs)) > 0)
/freebsd-10.1-release/contrib/ncurses/menu/
H A Dm_global.c271 int test = wcwidth(temp[n]);
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dlib_addch.c290 int len = wcwidth(CharOf(ch));
/freebsd-10.1-release/usr.bin/ul/
H A Dul.c267 if ((w = wcwidth(c)) <= 0) /* non printing */
/freebsd-10.1-release/contrib/file/src/
H A Dfile.c526 int w = wcwidth(nextchar);
/freebsd-10.1-release/contrib/dialog/
H A Dinputstr.c436 result = wcwidth(temp[0]);
H A Dutil.c638 if ((int) len > 0 && wcwidth(wch) == 0) {
/freebsd-10.1-release/usr.bin/sed/
H A Dprocess.c611 width = wcwidth(wc);
/freebsd-10.1-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c210 if ((chlen = wcwidth(CharOf(CHDEREF(ch)))) <= 0) {
217 * a) it is printable (this works around a bug in wcwidth()).
/freebsd-10.1-release/contrib/ncurses/form/
H A Dfrm_driver.c322 result = wcwidth(CharOf(CHDEREF(data)));
/freebsd-10.1-release/contrib/file/
H A Dconfigure14194 for ac_func in strerror strndup strtoul mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale setlocale

Completed in 133 milliseconds

12