Home
last modified time | relevance | path

Searched refs:_mbtrue (Results 1 – 8 of 8) sorted by path

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurses.c78 bool _mbtrue; /* a true multi-byte character */ variable
H A Dcurshdr.h170 extern bool _mbtrue;
H A Dmapfile-vers642 _mbtrue { ASSERT = { TYPE = OBJECT; SIZE = 1; }; };
H A Dnewscreen.c120 _mbtrue = (_csmax > 1 || _scrmax > 1); in newscreen()
H A Dwaddch.c74 if (_mbtrue && ISMBIT(rawc)) { in waddch()
H A Dwaddnstr.c87 if (_mbtrue && ISMBIT(ch)) { in waddnstr()
H A Dwinsch.c64 if (_mbtrue && ISMBIT(c)) { in winsch()
H A Dwinsnstr.c131 if (_mbtrue && ISMBIT(*sp)) { in winsnstr()