Searched refs:isWidecExt (Results 1 – 18 of 18) sorted by relevance
170 if (x > 0 && isWidecExt(line->text[x])) { in wadd_wchnstr()172 if (!isWidecExt(line->text[x - i])) { in wadd_wchnstr()187 if (isWidecExt(astr[i])) in wadd_wchnstr()215 while (x <= win->_maxx && isWidecExt(line->text[x])) { in wadd_wchnstr()
73 if (start > 0 && isWidecExt(line->text[start])) { in NCURSES_EXPORT()76 if (end < win->_maxx && isWidecExt(line->text[end + 1])) { in NCURSES_EXPORT()
73 if (col > 0 && isWidecExt(line->text[col])) { in NCURSES_EXPORT()76 if (col < win->_maxx && isWidecExt(line->text[col + 1])) { in NCURSES_EXPORT()
182 if (isWidecExt(oline->text[src_col])) { in wnoutrefresh()224 if (isWidecExt(nline->text[j])) { in wnoutrefresh()245 isWidecExt(nline->text[j])) { in wnoutrefresh()
119 if (endx > 0 && isWidecExt(win->_line[i].text[endx])) { in wborder()128 if (isWidecExt(win->_line[i].text[1])) { in wborder()
73 if (isWidecExt(start[0])) { in NCURSES_EXPORT()
332 if (!isWidecExt(win->_line[y].text[j])) { in waddch_literal()383 } else if (isWidecExt(win->_line[y].text[x + i])) { in waddch_literal()385 if (!isWidecExt(win->_line[y].text[x + j])) { in waddch_literal()
71 if (!isWidecExt(*cell)) { in NCURSES_EXPORT()
239 && isWidecExt(ch)) { in pnoutrefresh()
209 if (!isWidecExt(win->_line[y].text[j])) { in wadd_wch_literal()257 } else if (isWidecExt(win->_line[y].text[x + i])) { in wadd_wch_literal()259 if (!isWidecExt(win->_line[y].text[x + j])) { in wadd_wch_literal()
63 if (!isWidecExt(text[col])) { in NCURSES_EXPORT()
186 if (isWidecExt(ch)) in con_write16()275 if (isWidecExt(curdat->text[col]) || in find_end_of_change()276 isWidecExt(newdat->text[col])) { in find_end_of_change()310 if (isWidecExt(curdat->text[col]) != in find_next_change()311 isWidecExt(newdat->text[col])) { in find_next_change()
277 if (isWidecExt(ch)) in con_write16()366 if (isWidecExt(curdat->text[col]) || isWidecExt(newdat->text[col])) { in find_end_of_change()400 if (isWidecExt(curdat->text[col]) != isWidecExt(newdat->text[col])) { in find_next_change()
235 if (isWidecExt(CHDEREF(ch))) { in PutAttrChar()705 if (!same && isWidecExt(otext[j])) in PutRange()1551 if (isWidecExt(newLine[nLastChar]) && in TransformLine()1575 while (isWidecExt(newLine[n + 1]) && n) { in TransformLine()1581 while (isWidecExt(newLine[n + 1])) { in TransformLine()
325 if (!isWidecExt(buf[j])) { in _nc_viscbuf2()
340 } else if (isWidecExt(CHDEREF(ch))) { in _tracecchar_t2()
1427 #define PUTC(ch) do { if(!isWidecExt(ch)) { \1470 #define isWidecExt(ch) (WidecExt(ch) > 1 && WidecExt(ch) < 32) macro1477 || (!isWidecExt(ch))) && \1506 #define isWidecExt(ch) (0) macro
318 if (isWidecBase(CHDEREF(data)) || !isWidecExt(CHDEREF(data))) in cell_base()340 if (isWidecExt(CHDEREF(data))) in cell_width()4884 if (!isWidecExt(data[n]) && data[n].chars[0] != L'\0') in field_buffer()4915 if (!isWidecExt(data[n]) && data[n].chars[0] != L'\0') in field_buffer()