Searched refs:counts (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/mailx/
H A Dmisc.c678 counts(int wide, off_t lines, off_t chars) function
680 sfsprintf(state.counts, sizeof(state.counts), wide ? "%5ld/%-7ld" : "%3ld/%-5ld", (long)lines, (long)chars);
681 return state.counts;
H A Dmailx.h654 char counts[32]; /* Temp counts number string */ member in struct:__anon136
922 extern char* counts(int, off_t, off_t);
H A Dcmd1.c156 sizes = counts(!!state.var.news, mp->m_lines, mp->m_size);
H A Dcmd2.c716 printf("(attachment %2d %s %20s \"%s\")\n", ap->count, counts(1, ap->lines, ap->size), ap->type, ap->name);
H A Dimap.c2079 sfprintf(op, "\n(attachment %3d %s %18s \"%s\")\n", pp->attachment, counts(1, pp->lines, pp->size), pp->type, pp->name);
2231 note(ERROR, "\"%s\" %s", name, counts(1, pp->lines, pp->size));
2274 sfprintf(sfstdout, "(attachment %3d %s %18s \"%s\")\n", pp->attachment, counts(1, pp->lines, pp->size), pp->type, pp->name);
2404 sizes = counts(!!state.var.news, mp->m_lines, mp->m_size);
H A Dsend.c283 fprintf(op, "(attachment %2d %s %20s \"%s\")\n\n", ap->count, counts(1, ap->lines, ap->size), ap->type, ap->name);
/ast/src/lib/libtk/generic/
H A DtkTextBTree.c86 * tags and counts. */
88 * tags and counts. */
91 int *counts; /* Toggle count (so far) for each member in struct:TagInfo
486 * Increment the line counts in all the parent nodes of the insertion
1338 * summary counts at each node and moving the tag's root upwards if
2377 tagInfo.counts = (int *) ckalloc((unsigned)
2435 * that have even toggle counts (these tags exist before the point
2440 if (tagInfo.counts[src] & 1) {
2446 ckfree((char *) tagInfo.counts);
2487 tagInfoPtr->counts[tagInfoPt
3443 int counts; local
[all...]
/ast/src/cmd/nmake/
H A Dparse.c850 * line counts are preserved by adding newlines

Completed in 34 milliseconds