HomeSort by: relevance | last modified time | path
    Searched refs:wcwidth (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
wcwidth.c 1 /* $XTermId: wcwidth.c,v 1.76 2024/12/01 23:49:26 tom Exp $ */
3 /* $XFree86: xc/programs/xterm/wcwidth.c,v 1.9 2006/06/19 00:36:52 dickey Exp $ */
34 * This is an updated version of Markus Kuhn's implementation of wcwidth.
57 * This is an implementation of wcwidth() and wcswidth() (defined in
60 * http://www.opengroup.org/onlinepubs/007904975/functions/wcwidth.html
114 * Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
132 #include <wchar.h> /* wcwidth() */
135 #include <wcwidth.h>
702 result = (wcwidth)(ucs);
911 int other_rc = wcwidth(wlo)
    [all...]
ptydata.c 37 #include <wcwidth.h>
util.c 74 #include <wcwidth.h>
2962 * We will only get useful values from wcwidth() for codes above 255.
5651 int system_code = wcwidth(code);
5655 * Solaris 10 wcwidth() returns "2" for all of the line-drawing (page
5662 TRACE(("systemWcwidthOk: broken system line-drawing wcwidth\n"));
5669 int system_code = wcwidth(n);
5705 my_wcwidth = wcwidth;
5706 TRACE(("using system wcwidth() function\n"));
5713 TRACE(("using MK wcwidth() function\n"));
5719 TRACE(("using MK-CJK wcwidth() function\n"))
    [all...]
trace.c 39 #include <wcwidth.h>
button.c 150 #include <wcwidth.h>
charproc.c 108 #include <wcwidth.h>
configure 5862 wcwidth
23332 EXTRAHDRS="$EXTRAHDRS charclass.h precompose.h wcwidth.h"
23333 EXTRASRCS="$EXTRASRCS charclass.c precompose.c wcwidth.c"
23334 EXTRAOBJS="$EXTRAOBJS charclass.o precompose.o wcwidth.o"

Completed in 24 milliseconds