Lines Matching defs:lengths
34 static void show_lengths(unsigned long *lengths, char *name)
50 printf(" %*ld"+first, space, lengths[i]);
53 TT.totals[i] += lengths[i];
62 unsigned long word = 0, lengths[] = {0,0,0,0};
70 lengths[2] = st.st_size;
84 if (toybuf[pos]=='\n') lengths[0]++;
85 lengths[2]++;
94 lengths[3]++;
101 if (!word) lengths[1]++;
111 show_lengths(lengths, name);