Searched refs:RBYTE (Results 1 - 25 of 25) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dmbcharlen.c51 c = RBYTE(*sp);
56 c = RBYTE(*sp);
H A Dmbdisplen.c53 c = RBYTE(*sp);
58 c = RBYTE(*sp);
H A Dmbinch.c57 wc = RBYTE(*wp);
61 if ((wc = RBYTE(*wp)) == MBIT)
H A Dwinstr.c62 wc = RBYTE(*ptr);
66 if ((wc = RBYTE(*ptr)) == MBIT)
H A Dwinchnstr.c71 eucw = mbeucw((int) RBYTE(*ptr));
72 scrw = mbscrw((int) RBYTE(*ptr));
79 if ((wc = RBYTE(rawc)) == MBIT)
H A Dwinnstr.c70 scrw = mbscrw((int) RBYTE(*ptr));
71 eucw = mbeucw((int) RBYTE(*ptr));
76 if ((wc = RBYTE(*ptr)) == MBIT)
H A Dwinwchnstr.c67 (void) mbeucw((int)RBYTE(rawc));
68 scrw = mbscrw((int)RBYTE(rawc));
70 if ((wc = (int)RBYTE(rawc)) == MBIT)
H A Dmbaddch.c60 wc = RBYTE(*wp);
124 wc = RBYTE(*wp);
162 rc[nc++] = (char)RBYTE(c);
168 wc = RBYTE(rc[n]);
192 wc = RBYTE(wch[0]);
224 *wcp++ = _CHAR((RBYTE(wch[1]) << 8) |
225 RBYTE(wch[0])) | CBIT | a;
229 *wcp++ = RBYTE(wch[0]) | CBIT | a;
H A Dwinnwstr.c62 wc = RBYTE(*ptr);
68 if ((wc = RBYTE(*ptr)) == MBIT)
H A Dwinwstr.c54 wc = RBYTE(*ptr);
60 if ((wc = RBYTE(*ptr)) == MBIT)
H A Dwborder.c101 variables[i] = _CHAR((RBYTE(variables[i])<<8) | \
116 wc = RBYTE(_y[0][xend]);
139 wc = RBYTE(_y[endy][xend]);
165 if (!ISCBIT(wc) && _curs_scrwidth[TYPE(RBYTE(wc))] == 1)
168 if (!ISCBIT(wc) && _curs_scrwidth[TYPE(RBYTE(wc))] == 1)
H A Doutch.c81 else if ((o = RBYTE(c)) != MBIT) {
H A Dwaddwchnstr.c87 *ptr = _CHAR(RBYTE(mbbuf[mp]) |
88 RBYTE(mbbuf[mp + 1]) << 8) | CBIT;
H A Dwinsnstr.c84 c = RBYTE(sp[x]);
88 c = RBYTE(sp[k]);
134 (void) _mbaddch(win, A_NORMAL, RBYTE(*sp));
H A Dwaddnstr.c93 c = RBYTE(ch);
105 RBYTE(*str))) == ERR)
H A Dwbkgd.c75 nbkgdc = _CHAR((RBYTE(nbkgdc) << 8) | (LBYTE(nbkgdc)|MBIT)) |
77 c = RBYTE(nbkgdc);
H A Dmbinsshift.c66 rb = RBYTE(*wp);
H A Dwdelch.c84 s = _curs_scrwidth[TYPE(RBYTE(*temp1))];
H A Dcopywin.c110 t = _curs_scrwidth[TYPE(RBYTE(*epDst))] - 1;
126 t = _curs_scrwidth[TYPE(RBYTE(*epSrc))] - 1;
H A Dwinsch.c67 rv = _mbaddch(win, A_NORMAL, RBYTE(c));
H A Dwclrtoeol.c72 wc = RBYTE(win->_y[y][cx]);
H A Dwaddch.c77 rv = _mbaddch(win, rawattrs, RBYTE(rawc));
H A Dcurshdr.h176 #define RBYTE(x) ((x) & 0377) macro
H A Dwnoutref.c157 rb = (unsigned char) RBYTE(wc[x]);
H A Dwrefresh.c725 x = _curs_scrwidth[TYPE(RBYTE(wc))];
1052 w = _curs_scrwidth[TYPE(RBYTE(wcp[wx]))];
1079 w = _curs_scrwidth[TYPE(RBYTE(curscr->_y[cy][x]))];

Completed in 27 milliseconds