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

/ast/src/lib/libcmd/
H A Dwclib.c50 #define WC_ERR 0x40 macro
93 wp->type[0xc0] = WC_MB|WC_ERR;
94 wp->type[0xc1] = WC_MB|WC_ERR;
95 wp->type[0xfe] = WC_MB|WC_ERR;
96 wp->type[0xff] = WC_MB|WC_ERR;
404 if(c&WC_ERR)
453 while(mbc(c) && ((c|WC_ERR) || (c&7)==0))
457 c = WC_MB|WC_ERR;

Completed in 1655 milliseconds