Searched refs:WC_SP (Results 1 – 1 of 1) sorted by relevance
50 #define WC_SP 0x08 macro57 #define spc(c) ((c)&WC_SP)78 wp->type[n] = (w && isspace(n)) ? WC_SP : 0; in wc_init()79 wp->type['\n'] = WC_SP|WC_NL; in wc_init()177 register int lasttype = WC_SP; in wc_count()480 else if(c&WC_SP) in wc_count()