Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dwc.c80 if (mode&WC_CHARS) in printout()
105 mode |= WC_CHARS; in b_wc()
141 if (mode&WC_CHARS) in b_wc()
145 mode |= WC_CHARS; in b_wc()
147 if (!(mode&(WC_WORDS|WC_CHARS|WC_LINES|WC_MBYTE|WC_LONGEST))) in b_wc()
148 mode |= (WC_WORDS|WC_CHARS|WC_LINES); in b_wc()
H A Dwc.h36 #define WC_CHARS 0x04 macro