Searched refs:ISMBIT (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwdelch.c69 if (ISMBIT(*temp1)) {
76 if (ISMBIT(*end)) {
83 if (ISMBIT(*temp1))
H A Dmbcharlen.c50 if (ISMBIT(*sp)) {
H A Dmbdisplen.c50 if (!ISMBIT(*sp))
H A Dmbinsshift.c58 if (ISMBIT(*wp)) {
87 if (ISMBIT(*wp))
H A Dwaddnstr.c89 if (_mbtrue && ISMBIT(ch)) {
97 if (!ISMBIT(str[k]))
118 if (_scrmax > 1 && ISMBIT(_y[cury][curx]) &&
H A Doutch.c78 if (!ISMBIT(c))
H A Dwinsnstr.c79 if (ISMBIT(sp[x])) {
133 if (_mbtrue && ISMBIT(*sp)) {
138 if (_scrmax > 1 && ISMBIT(*wcp))
H A Dwclrtoeol.c62 if (ISMBIT(win->_y[y][x])) {
68 if (ISMBIT(win->_y[y][maxx - 1])) {
H A Dwaddch.c76 if (_mbtrue && ISMBIT(rawc)) {
131 if (_scrmax > 1 && ISMBIT(win->_y[y][x]) &&
H A Dwinsch.c66 if (_mbtrue && ISMBIT(c)) {
H A Dmbaddch.c102 if (!ISMBIT(*wp))
160 if (ISMBIT(c))
215 if (ISMBIT(wcp[m]) &&
H A Dwnoutref.c150 if (ISMBIT(wc[hi])) {
168 if (ISMBIT(sc[lo + xorg]))
170 if (ISMBIT(sc[hi + xorg]))
H A Dcurshdr.h178 #define ISMBIT(x) ((x) & MBIT) macro
184 #define TYPE(x) ((x) == SS2 ? 1 : (x) == SS3 ? 2 : ISMBIT(x) ? 0 : 3)
H A Dwgetstr.c148 } else if (ISMBIT(ch)) {
H A Dmvcur.c344 if (!ISMBIT(scp[x]))
376 if (!ISMBIT(scp[x]))

Completed in 32 milliseconds