term_strlen
datelen = term_strlen(p, meta->date);
titlen = term_strlen(p, title);
vollen = term_strlen(p, volume);
titlen = term_strlen(p, title);
len = nn == NULL ? 1 : term_strlen(p, nn->string) + 1;
p->tcol->rmargin += term_strlen(p, n->child->string);
sz = term_strlen(p, meta->date);
sz = term_strlen(p, meta->os);
vollen = term_strlen(p, volume);
titlen = term_strlen(p, title);
SCALE_HS_INIT(&su, term_strlen(p, v));
su.scale /= term_strlen(p, "0");
term_strlen(p, bl->norm->Bl.cols[i]));
su.scale /= term_strlen(p, "0");
SCALE_HS_INIT(&su, term_strlen(p, bl->norm->Bl.cols[i]));
su.scale /= term_strlen(p, "0");
term_strlen(p, cp);
p->tcol->rmargin += term_strlen(p, meta->name);
return term_strlen((const struct termp *)arg, p);
sz = term_strlen(tp, cp);
len = term_strlen(tp, dp->string);
totsz = term_strlen(tp, dp->string);
intsz += term_strlen(tp, buf);
csz = term_strlen(p, cp);
size_t term_strlen(const struct termp *, const char *);