Searched defs:counts (Results 1 - 3 of 3) 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);
/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...]

Completed in 41 milliseconds