Searched refs:isWidecExt (Results 1 – 14 of 14) sorted by relevance
166 if (x > 0 && isWidecExt(line->text[x])) { in wadd_wchnstr()168 if (!isWidecExt(line->text[x - i])) { in wadd_wchnstr()183 if (isWidecExt(astr[i])) in wadd_wchnstr()209 while (x <= win->_maxx && isWidecExt(line->text[x])) { in wadd_wchnstr()
173 if (isWidecExt(oline->text[src_col])) { in wnoutrefresh()216 if (isWidecExt(nline->text[j])) { in wnoutrefresh()237 isWidecExt(nline->text[j])) { in wnoutrefresh()
68 if (isWidecExt(start[0])) { in NCURSES_EXPORT()
74 if (!isWidecExt(*cell)) { in NCURSES_EXPORT()
354 } else if (isWidecExt(win->_line[y].text[x + i])) { in waddch_literal()356 if (!isWidecExt(win->_line[y].text[x + j])) { in waddch_literal()
232 && isWidecExt(ch)) { in pnoutrefresh()
60 if (!isWidecExt(text[col])) { in NCURSES_EXPORT()
250 } else if (isWidecExt(win->_line[y].text[x + i])) { in wadd_wch_literal()252 if (!isWidecExt(win->_line[y].text[x + j])) { in wadd_wch_literal()
174 if (isWidecExt(ch)) in con_write16()266 if (isWidecExt(curdat->text[col]) || isWidecExt(newdat->text[col])) { in find_end_of_change()300 if (isWidecExt(curdat->text[col]) != isWidecExt(newdat->text[col])) { in find_next_change()
336 } else if (isWidecExt(CHDEREF(ch))) { in _tracecchar_t2()
315 if (!isWidecExt(buf[j])) { in _nc_viscbuf2()
224 if (isWidecExt(CHDEREF(ch))) { in PutAttrChar()635 if (!same && isWidecExt(otext[j])) in PutRange()1466 if (isWidecExt(newLine[nLastChar]) && in TransformLine()1489 while (isWidecExt(newLine[n + 1]) && n) { in TransformLine()
1405 #define PUTC(ch) do { if(!isWidecExt(ch)) { \1444 #define isWidecExt(ch) (WidecExt(ch) > 1 && WidecExt(ch) < 32) macro1451 || (!isWidecExt(ch) && \1477 #define isWidecExt(ch) (0) macro
293 if (isWidecBase(CHDEREF(data)) || !isWidecExt(CHDEREF(data))) in cell_base()315 if (isWidecExt(CHDEREF(data))) in cell_width()4807 if (!isWidecExt(data[n]) && data[n].chars[0] != L'\0') in field_buffer()4838 if (!isWidecExt(data[n]) && data[n].chars[0] != L'\0') in field_buffer()