Home
last modified time | relevance | path

Searched defs:ucs (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/lib/libreadline/support/
H A Dwcwidth.c17 static int bisearch(wchar_t ucs, const struct interval *table, int max) { in bisearch()
67 int wcwidth(wchar_t ucs) in wcwidth()
156 static int wcwidth_cjk(wchar_t ucs) in wcwidth_cjk()
/openbsd-src/lib/libcurses/
H A Dwcwidth.h80 static int bisearch(wchar_t ucs, const struct interval *table, int max) { in bisearch()
132 NCURSES_EXPORT(int) mk_wcwidth(wchar_t ucs) in mk_wcwidth()
243 NCURSES_EXPORT(int) mk_wcwidth_cjk(wchar_t ucs) in mk_wcwidth_cjk()
H A Dcurses.priv.h2248 #define wcwidth(ucs) _nc_wcwidth(ucs) argument