Lines Matching defs:totsz
502 size_t totsz; /* Total width of the number in basic units. */
509 totsz = (*tbl->slen)(dp->string, tbl->arg);
511 return totsz;
535 if (col != NULL && col->width < totsz)
536 col->width = totsz;
537 return totsz;
561 totsz += col->decimal - intsz;
565 if (totsz > col->nwidth)
566 col->nwidth = totsz;
569 return totsz;