Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dwclib.c52 #define WC_MB 0x20 macro
56 #define mbc(c) ((c)&WC_MB)
84 wp->type[0x80+n] |= WC_MB; in wc_init()
86 wp->type[0xc0+n] |= WC_MB+1; in wc_init()
88 wp->type[0xc0+n] |= WC_MB+2; in wc_init()
90 wp->type[0xc0+n] |= WC_MB+3; in wc_init()
92 wp->type[0xc0+n] |= WC_MB+4; in wc_init()
94 wp->type[0xc0+n] |= WC_MB+5; in wc_init()
96 wp->type[0xc0] = WC_MB|WC_ERR; in wc_init()
97 wp->type[0xc1] = WC_MB|WC_ERR; in wc_init()
[all …]