Searched refs:WC_SP (Results 1 – 1 of 1) sorted by relevance
47 #define WC_SP 0x08 macro54 #define spc(c) ((c)&WC_SP)75 wp->type[n] = (w && isspace(n)) ? WC_SP : 0; in wc_init()76 wp->type['\n'] = WC_SP|WC_NL; in wc_init()174 register int lasttype = WC_SP; in wc_count()462 else if(c&WC_SP) in wc_count()