Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dwc.c76 if (mode&WC_LINES) in printout()
108 mode |= WC_LINES; 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()
165 if (!(mode&(WC_WORDS|WC_LINES|WC_MBYTE|WC_LONGEST)) && fstat(sffileno(fp),&statb)>=0 in b_wc()
H A Dwc.h34 #define WC_LINES 0x01 macro