Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dwc.c82 if (mode&WC_LONGEST) in printout()
111 mode |= WC_LONGEST; in b_wc()
147 if (!(mode&(WC_WORDS|WC_CHARS|WC_LINES|WC_MBYTE|WC_LONGEST))) in b_wc()
165 if (!(mode&(WC_WORDS|WC_LINES|WC_MBYTE|WC_LONGEST)) && fstat(sffileno(fp),&statb)>=0 in b_wc()
H A Dwclib.c258 …else if (!wp->mb && !(wp->mode & WC_LONGEST) || wp->mb > 0 && !(wp->mode & (WC_MBYTE|WC_WORDS|WC_L… in wc_count()
260 if (!(wp->mode & (WC_MBYTE|WC_WORDS|WC_LONGEST))) in wc_count()
393 if(wp->mode&WC_LONGEST) in wc_count()
506 if ((wp->mode&WC_LONGEST) && ((endbuff + 1 - start) - adjust - (lastchar == '\n')) > longest) in wc_count()
H A Dwc.h38 #define WC_LONGEST 0x10 macro
H A DRELEASE157 06-08-25 wc.c,wclib.c: add -L,--longest-line,WC_LONGEST