Searched refs:mandoc_calloc (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/contrib/mdocml/
H A Dmandoc_aux.h20 void *mandoc_calloc(size_t, size_t);
H A Dmandoc_ohash.c55 return mandoc_calloc(n, sz);
H A Dmandoc_aux.c50 mandoc_calloc(size_t num, size_t size) function
H A Dtbl_layout.c278 mandoc_calloc(1, sizeof(*rp));
323 rp = mandoc_calloc(1, sizeof(*rp));
341 p = mandoc_calloc(1, sizeof(*p));
H A Dtbl_data.c67 dat = mandoc_calloc(1, sizeof(*dat));
168 dp = mandoc_calloc(1, sizeof(*dp));
H A Dtbl.c94 tbl = mandoc_calloc(1, sizeof(*tbl));
H A Dmdoc.c171 p->norm = mandoc_calloc(1, sizeof(union mdoc_data));
194 p->norm = mandoc_calloc(1, sizeof(union mdoc_data));
H A Dout.c124 tbl->cols = mandoc_calloc((size_t)sp->opts->cols,
H A Dterm_ascii.c68 p = mandoc_calloc(1, sizeof(struct termp));
H A Dread.c821 curp = mandoc_calloc(1, sizeof(struct mparse));
939 p->secondary = mandoc_calloc(1, sizeof(struct buf));
H A Deqn.c335 p = mandoc_calloc(1, sizeof(struct eqn_node));
548 bp = mandoc_calloc(1, sizeof(struct eqn_box));
1106 ep->eqn.root = mandoc_calloc(1, sizeof(struct eqn_box));
H A Dmansearch.c296 mp = mandoc_calloc(1, sizeof(struct match));
718 next = mandoc_calloc(1,
756 e = mandoc_calloc(1, sizeof(struct expr));
H A Dhtml.c137 h = mandoc_calloc(1, sizeof(struct html));
H A Dmandocdb.c704 mlink = mandoc_calloc(1, sizeof(struct mlink));
882 mlink = mandoc_calloc(1, sizeof(struct mlink));
974 mpage = mandoc_calloc(1, sizeof(struct mpage));
1840 s = mandoc_calloc(1, sizeof(struct str) + sz + 1);
H A Dterm_ps.c543 p = mandoc_calloc(1, sizeof(struct termp));
548 p->ps = mandoc_calloc(1, sizeof(struct termp_ps));
H A Dmdoc_argv.c361 *reta = mandoc_calloc(1, sizeof(**reta));
H A Droff.c827 p = mandoc_calloc(1, sizeof(struct roffnode));
904 r = mandoc_calloc(1, sizeof(struct roff));
937 man->first = mandoc_calloc(1, sizeof(*man->first));
969 man = mandoc_calloc(1, sizeof(*man));
986 n = mandoc_calloc(1, sizeof(*n));
2992 r->xtab = mandoc_calloc(128,

Completed in 215 milliseconds