Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c183 j = 1 + dst_col - WidecExt(oline->text[src_col]); in wnoutrefresh()
197 if (WidecExt(oline->text[j])) { in wnoutrefresh()
229 fix_left = 1 + j - WidecExt(nline->text[j]); in wnoutrefresh()
235 if (WidecExt(nline->text[j]) != 0) { in wnoutrefresh()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracedmp.c110 if (WidecExt(win->_line[n].text[j]) != 0) { in NCURSES_EXPORT()
117 int test = WidecExt(win->_line[n].text[j]); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_in_wchnstr.c67 if (j == 0 || !WidecExt(src[j]) || isWidecBase(src[j])) { in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1398 #define SetAttr(c,a) AttrOf(c) = ((a) & A_ATTRIBUTES) | WidecExt(c)
1468 #define WidecExt(ch) (int) (AttrOf(ch) & A_CHARTEXT) macro
1469 #define isWidecBase(ch) (WidecExt(ch) == 1)
1470 #define isWidecExt(ch) (WidecExt(ch) > 1 && WidecExt(ch) < 32)
/freebsd/contrib/ncurses/
H A DNEWS7428 WidecExt() value stored in the .attr field, e.g., in case it