Home
last modified time | relevance | path

Searched refs:LBYTE (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/libcurses/screen/
H A Doutch.c83 if (_csmax > 1 && (((o = LBYTE(c))|MBIT) != MBIT)) { in _outwch()
H A Dwinstr.c70 if ((wc = LBYTE(*ptr) | MBIT) == MBIT) in winstr()
H A Dmbinch.c65 if ((wc = LBYTE(*wp)|MBIT) == MBIT) in wmbinch()
H A Dwinwstr.c64 if ((wc = LBYTE(*ptr) | MBIT) == MBIT) in winwstr()
H A Dwinchnstr.c83 if ((wc = LBYTE(rawc) | MBIT) == MBIT) in winchnstr()
H A Dwinnstr.c81 if ((wc = LBYTE(*ptr) | MBIT) == MBIT) in winnstr()
H A Dwinnwstr.c71 if ((wc = LBYTE(*ptr) | MBIT) == MBIT) in winnwstr()
H A Dwinwchnstr.c74 if ((wc = (int)(LBYTE(rawc) | MBIT)) == MBIT) in winwchnstr()
H A Dwbkgd.c75 nbkgdc = _CHAR((RBYTE(nbkgdc) << 8) | (LBYTE(nbkgdc)|MBIT)) | in wbkgd()
H A Dwborder.c102 (LBYTE(variables[i])|MBIT)) | CBIT; in wborder()
H A Dmbaddch.c159 rc[nc++] = (char)(LBYTE(c)|MBIT); in _mbaddch()
H A Dcurshdr.h177 #define LBYTE(x) (((x) >> 8) & 0177) macro