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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmbinch.c61 if ((wc = RBYTE(*wp)) == MBIT)
65 if ((wc = LBYTE(*wp)|MBIT) == MBIT)
H A Doutch.c81 else if ((o = RBYTE(c)) != MBIT) {
83 if (_csmax > 1 && (((o = LBYTE(c))|MBIT) != MBIT)) {
H A Dwinstr.c66 if ((wc = RBYTE(*ptr)) == MBIT)
70 if ((wc = LBYTE(*ptr) | MBIT) == MBIT)
H A Dwinchnstr.c79 if ((wc = RBYTE(rawc)) == MBIT)
83 if ((wc = LBYTE(rawc) | MBIT) == MBIT)
H A Dwinnstr.c76 if ((wc = RBYTE(*ptr)) == MBIT)
81 if ((wc = LBYTE(*ptr) | MBIT) == MBIT)
H A Dwinnwstr.c68 if ((wc = RBYTE(*ptr)) == MBIT)
71 if ((wc = LBYTE(*ptr) | MBIT) == MBIT)
H A Dwinwchnstr.c70 if ((wc = (int)RBYTE(rawc)) == MBIT)
74 if ((wc = (int)(LBYTE(rawc) | MBIT)) == MBIT)
H A Dwinwstr.c60 if ((wc = RBYTE(*ptr)) == MBIT)
64 if ((wc = LBYTE(*ptr) | MBIT) == MBIT)
H A Dcurshdr.h174 #define MBIT 0200 /* indicator for a multi-byte char */ macro
178 #define ISMBIT(x) ((x) & MBIT)
179 #define SETMBIT(x) ((x) |= MBIT)
180 #define CLRMBIT(x) ((x) &= ~MBIT)
H A Dwbkgd.c75 nbkgdc = _CHAR((RBYTE(nbkgdc) << 8) | (LBYTE(nbkgdc)|MBIT)) |
H A Dmbaddch.c159 rc[nc++] = (char)(LBYTE(c)|MBIT);
233 *wcp++ = (CBIT|MBIT) | a;
H A Dwborder.c102 (LBYTE(variables[i])|MBIT)) | CBIT;
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h366 #define MBIT(i) (1<<((ino_t)((i)-1)%NBBY)) macro
367 #define BIS(i, w) (MWORD((w), (i)) |= MBIT(i))
368 #define BIC(i, w) (MWORD((w), (i)) &= ~MBIT(i))
369 #define BIT(i, w) (MWORD((w), (i)) & MBIT(i))
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h91 #define MBIT(i) ((1<<((ino_t)(i-1)%NBBY))&0xff) macro
92 #define BIS(i, w) (MWORD(w, i) |= MBIT(i))
93 #define BIC(i, w) (MWORD(w, i) &= ~MBIT(i))
94 #define BIT(i, w) (MWORD(w, i) & MBIT(i))
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c37 #define MBIT 1000000 macro

Completed in 70 milliseconds