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

/osnet-11/usr/src/lib/libcmd/common/
H A Dwclib.c53 #define WC_ERR 0x40 macro
96 wp->type[0xc0] = WC_MB|WC_ERR;
97 wp->type[0xc1] = WC_MB|WC_ERR;
98 wp->type[0xfe] = WC_MB|WC_ERR;
99 wp->type[0xff] = WC_MB|WC_ERR;
410 if(c&WC_ERR)
471 while(mbc(c) && ((c|WC_ERR) || (c&7)==0))
475 c = WC_MB|WC_ERR;

Completed in 33 milliseconds