Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dwclib.c50 #define WC_SP 0x08 macro
57 #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()