Home
last modified time | relevance | path

Searched refs:CharEq (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c583 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 Dhashmap.c146 if (!(CharEq(*from, *to))) in update_cost()
164 if (!(CharEq(blank, *to))) in update_cost_from_blank()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c193 (!CharEq(dst->_line[dy].text[dx], in copywin()
203 if (!CharEq(dst->_line[dy].text[dx], in copywin()
H A Dlib_refresh.c267 if (!CharEq(oline->text[src_col], nline->text[dst_col])) { in wnoutrefresh()
H A Dlib_bkgd.c222 if (CharEq(*cp, old_bkgd)) { in _nc_background()
H A Dlib_pad.c243 if (!CharEq(ch, nline->text[n])) { in pnoutrefresh()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1404 #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 Dfrm_driver.c4821 if (CharEq(myZEROS, widevalue[i])) in set_field_buffer()
/freebsd/contrib/ncurses/
H A DNEWS7280 changes the CharEq() macro to an inline function to allow comparing
10708 + add CharEq() macro, use in places where wide-character configuration