Home
last modified time | relevance | path

Searched refs:mandoc_calloc (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_layout.c295 mandoc_calloc(1, sizeof(*rp)); in tbl_layout()
342 rp = mandoc_calloc(1, sizeof(*rp)); in tbl_layout()
360 p = mandoc_calloc(1, sizeof(*p)); in cell_alloc()
H A Dmandoc_aux.h21 void *mandoc_calloc(size_t, size_t);
H A Dmandoc_ohash.c57 return mandoc_calloc(n, sz); in hash_calloc()
H A Dterm_ascii.c70 p = mandoc_calloc(1, sizeof(*p)); in ascii_init()
71 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol)); in ascii_init()
H A Dmandoc_aux.c50 mandoc_calloc(size_t num, size_t size) in mandoc_calloc() function
H A Dtbl_data.c79 cp = mandoc_calloc(1, sizeof(*cp)); in getdata()
244 dp = mandoc_calloc(1, sizeof(*dp)); in newspan()
H A Dmdoc.c128 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_block_alloc()
151 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_elem_alloc()
H A Dmansearch.c649 parent = mandoc_calloc(1, sizeof(*parent)); in exprcomp()
702 parent = mandoc_calloc(1, sizeof(*parent)); in expr_and()
744 e = mandoc_calloc(1, sizeof(*e)); in exprterm()
H A Dtbl.c95 tbl = mandoc_calloc(1, sizeof(*tbl)); in tbl_alloc()
H A Dterm_ps.c534 p = mandoc_calloc(1, sizeof(*p)); in pspdf_alloc()
535 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol)); in pspdf_alloc()
543 p->ps = mandoc_calloc(1, sizeof(*p->ps)); in pspdf_alloc()
H A Dmandocdb.c687 mlink = mandoc_calloc(1, sizeof(struct mlink)); in treescan()
913 mlink = mandoc_calloc(1, sizeof(struct mlink)); in filescan()
1021 mpage = mandoc_calloc(1, sizeof(struct mpage)); in mlink_add()
1892 s = mandoc_calloc(1, sizeof(struct str) + sz + 1); in putkeys()
H A Deqn.c310 ep = mandoc_calloc(1, sizeof(*ep)); in eqn_alloc()
507 bp = mandoc_calloc(1, sizeof(*bp)); in eqn_box_new()
H A Droff.c722 p = mandoc_calloc(1, sizeof(struct roffnode)); in roffnode_push()
805 r = mandoc_calloc(1, sizeof(struct roff)); in roff_alloc()
847 man->meta.first = mandoc_calloc(1, sizeof(*man->meta.first)); in roff_man_alloc1()
872 man = mandoc_calloc(1, sizeof(*man)); in roff_man_alloc()
889 n = mandoc_calloc(1, sizeof(*n)); in roff_node_alloc()
3691 r->xtab = mandoc_calloc(128, sizeof(*r->xtab)); in roff_char()
3791 r->xtab = mandoc_calloc(128, in roff_tr()
H A Dout.c136 tbl->cols = mandoc_calloc((size_t)sp_first->opts->cols, in tblcalc()
H A Dmain.c508 resn = mandoc_calloc(resnsz, sizeof(*res)); in main()
576 res = mandoc_calloc(ressz, sizeof(*res)); in main()
H A Dmdoc_argv.c360 *reta = mandoc_calloc(1, sizeof(**reta)); in mdoc_argv()
H A Dread.c664 curp = mandoc_calloc(1, sizeof(struct mparse)); in mparse_alloc()
H A Dhtml.c141 h = mandoc_calloc(1, sizeof(struct html)); in html_alloc()