Searched refs:WidecExt (Results 1 – 3 of 3) sorted by relevance
185 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()
69 if (j == 0 || !WidecExt(src[j]) || isWidecBase(src[j])) { in NCURSES_EXPORT()
1388 #define SetAttr(c,a) AttrOf(c) = ((a) & A_ATTRIBUTES) | WidecExt(c)1462 #define WidecExt(ch) (int) (AttrOf(ch) & A_CHARTEXT) macro1463 #define isWidecBase(ch) (WidecExt(ch) == 1)1464 #define isWidecExt(ch) (WidecExt(ch) > 1 && WidecExt(ch) < 32)