Searched refs:CharEq (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | tty_update.c | 583 while (num > 1 && !CharEq(ntext[0], ntext[1])) { in EmitRange() 595 while (runcount < num && CharEq(ntext[runcount], ntext0)) in EmitRange() 707 if (CharEq(otext[j], ntext[j])) { in PutRange() 1171 if (!CharEq(*cp, blank)) { in ClrToEOL() 1248 ok = (CharEq(NewScreen(SP_PARM)->_line[row].text[col], blank)); in ClrBottom() 1254 ok = (CharEq(CurScreen(SP_PARM)->_line[row].text[col], blank)); in ClrBottom() 1330 if (!CharEq(newLine[n], oldLine[n])) { in TransformLine() 1431 if (!CharEq(oldLine[oFirstChar], blank)) in TransformLine() 1436 if (!CharEq(newLine[nFirstChar], blank)) in TransformLine() 1443 && CharEq(newLine[firstChar], oldLine[firstChar])) in TransformLine() [all …]
|
H A D | hashmap.c | 146 if (!(CharEq(*from, *to))) in update_cost() 164 if (!(CharEq(blank, *to))) in update_cost_from_blank()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_overlay.c | 193 (!CharEq(dst->_line[dy].text[dx], in copywin() 203 if (!CharEq(dst->_line[dy].text[dx], in copywin()
|
H A D | lib_refresh.c | 267 if (!CharEq(oline->text[src_col], nline->text[dst_col])) { in wnoutrefresh()
|
H A D | lib_bkgd.c | 222 if (CharEq(*cp, old_bkgd)) { in _nc_background()
|
H A D | lib_pad.c | 243 if (!CharEq(ch, nline->text[n])) { in pnoutrefresh()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 1404 #define CharEq(a,b) (((a).attr == (b).attr) \ macro 1410 #define CharEq(a,b) (!memcmp(&(a), &(b), sizeof(a))) macro 1490 #define CharEq(a,b) ((a) == (b)) macro
|
/freebsd/contrib/ncurses/form/ |
H A D | frm_driver.c | 4821 if (CharEq(myZEROS, widevalue[i])) in set_field_buffer()
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 7280 changes the CharEq() macro to an inline function to allow comparing 10708 + add CharEq() macro, use in places where wide-character configuration
|