Home
last modified time | relevance | path

Searched refs:WidecExt (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libcurses/base/
H A Dlib_refresh.c185 j = 1 + dst_col - WidecExt(oline->text[src_col]); in wnoutrefresh()
199 if (WidecExt(oline->text[j])) { in wnoutrefresh()
231 fix_left = 1 + j - WidecExt(nline->text[j]); in wnoutrefresh()
237 if (WidecExt(nline->text[j]) != 0) { in wnoutrefresh()
/openbsd/lib/libcurses/widechar/
H A Dlib_in_wchnstr.c69 if (j == 0 || !WidecExt(src[j]) || isWidecBase(src[j])) { in NCURSES_EXPORT()
/openbsd/lib/libcurses/
H A Dcurses.priv.h1388 #define SetAttr(c,a) AttrOf(c) = ((a) & A_ATTRIBUTES) | WidecExt(c)
1462 #define WidecExt(ch) (int) (AttrOf(ch) & A_CHARTEXT) macro
1463 #define isWidecBase(ch) (WidecExt(ch) == 1)
1464 #define isWidecExt(ch) (WidecExt(ch) > 1 && WidecExt(ch) < 32)