Lines Matching defs:chars
1033 int chars = 0;
1044 lines++; nls++; chars = 0; skip = 0;
1049 if (chars) chars--;
1053 move = Itabn - ((chars + Itabn) % Itabn);
1054 move = (move < width-chars) ? move :
1055 width-chars;
1056 chars += move;
1061 chars++;
1063 chars += wcwidth(**s);
1066 if (chars > width) {
1070 chars = 0;
1278 /* XPG4: -i: replace multiple SPACE chars with tab chars */
1282 /* Solaris: -i: replace white space with tab chars */