Lines Matching defs:totsz
480 size_t intsz, totsz;486 totsz = (*tbl->slen)(dp->string, tbl->arg);488 return totsz;512 if (col != NULL && col->width < totsz)513 col->width = totsz;514 return totsz;538 totsz += col->decimal - intsz;542 if (totsz > col->nwidth)543 col->nwidth = totsz;546 return totsz;