mandoc_calloc
ep = mandoc_calloc(1, sizeof(*ep));
bp = mandoc_calloc(1, sizeof(*bp));
h = mandoc_calloc(1, sizeof(struct html));
res = mandoc_calloc(ressz, sizeof(*res));
void *mandoc_calloc(size_t, size_t);
return mandoc_calloc(n, sz);
s = mandoc_calloc(1, sizeof(struct str) + sz + 1);
mlink = mandoc_calloc(1, sizeof(struct mlink));
mlink = mandoc_calloc(1, sizeof(struct mlink));
mpage = mandoc_calloc(1, sizeof(struct mpage));
parent = mandoc_calloc(1, sizeof(*parent));
parent = mandoc_calloc(1, sizeof(*parent));
e = mandoc_calloc(1, sizeof(*e));
p->norm = mandoc_calloc(1, sizeof(union mdoc_data));
p->norm = mandoc_calloc(1, sizeof(union mdoc_data));
*reta = mandoc_calloc(1, sizeof(**reta));
tbl->cols = mandoc_calloc((size_t)sp_first->opts->cols,
curp = mandoc_calloc(1, sizeof(struct mparse));
r->xtab = mandoc_calloc(128, sizeof(*r->xtab));
r->xtab = mandoc_calloc(128,
p = mandoc_calloc(1, sizeof(struct roffnode));
r = mandoc_calloc(1, sizeof(struct roff));
man->meta.first = mandoc_calloc(1, sizeof(*man->meta.first));
man = mandoc_calloc(1, sizeof(*man));
n = mandoc_calloc(1, sizeof(*n));
tbl = mandoc_calloc(1, sizeof(*tbl));
dp = mandoc_calloc(1, sizeof(*dp));
cp = mandoc_calloc(1, sizeof(*cp));
mandoc_calloc(1, sizeof(*rp));
rp = mandoc_calloc(1, sizeof(*rp));
p = mandoc_calloc(1, sizeof(*p));
p = mandoc_calloc(1, sizeof(*p));
p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));
p = mandoc_calloc(1, sizeof(*p));
p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));
p->ps = mandoc_calloc(1, sizeof(*p->ps));